Skip to content

Commit

Permalink
Update expo version for Feather support
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-villelegier committed Oct 30, 2017
1 parent 7521775 commit cd1a86d
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 527 deletions.
2 changes: 1 addition & 1 deletion example/exp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A demo app for React Native Elements UI Library",
"slug": "react-native-elements-app",
"privacy": "public",
"sdkVersion": "16.0.0",
"sdkVersion": "21.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
Expand Down
9 changes: 6 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
"private": true,
"main": "main.js",
"dependencies": {
"expo": "16.0.0",
"expo": "21.0.0",
"lodash": "^4.17.4",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
"react-native-elements": "git://github.com/react-native-training/react-native-elements.git#next",
"react-navigation": "^1.0.0-beta.9"
},
"scripts": {
"clean-install": "rm -rf node_modules && npm cache clean --force && watchman watch-del-all && npm install"
},
"devDependencies": {
"@expo/vector-icons": "^6.1.0"
}
}
Loading

0 comments on commit cd1a86d

Please sign in to comment.