Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
docs: update exponent version for example
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 11, 2016
1 parent f0f5886 commit 6fe5c36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/exp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "React Native Tab View Demos",
"description": "Demonstrates the various capabilities of react-native-tab-view: https://github.com/react-native-community/react-native-tab-view",
"slug": "react-native-tab-view-demos",
"sdkVersion": "10.0.0",
"sdkVersion": "11.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#2196f3",
Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
},
"dependencies": {
"@exponent/vector-icons": "^1.0.4",
"exponent": "^10.0.4",
"react": "15.3.2",
"react-addons-shallow-compare": "~15.3.2",
"react-native": "github:exponentjs/react-native#sdk-10.0.0",
"exponent": "^11.0.0",
"react": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-native": "git+https://github.com/exponentjs/react-native.git#sdk-11.0.3",
"react-native-tab-view": "file:../"
},
"main": "main.js"
Expand Down

0 comments on commit 6fe5c36

Please sign in to comment.