Update example

This commit is contained in:
Brent Vatne
2018-11-26 15:10:34 -08:00
parent b6003d1e77
commit bc4d64e593
2 changed files with 477 additions and 334 deletions

View File

@@ -6,18 +6,17 @@
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"postinstall": "rm -rf node_modules/expo-react-native-adapter/node_modules/react && rm -rf node_modules/expo-gl/node_modules/react"
"postinstall": "rm -rf node_modules/expo-react-native-adapter/node_modules/react && rm -rf node_modules/expo-gl/node_modules/react && rm -rf node_modules/@react-navigation/native"
},
"dependencies": {
"@react-navigation/core": "^3.0.0-alpha.4",
"expo": "~30.0.0",
"hoist-non-react-statics": "^2.5.0",
"prop-types": "^15.6.0",
"react": "16.3.1",
"react-lifecycles-compat": "^3.0.4",
"react-native": "~0.55.4",
"react-native-paper": "2.0.0-alpha.4",
"react-native-screens": "^1.0.0-alpha.9",
"react-navigation": "^2.11.1"
"react-native-paper": "^2.2.0",
"react-navigation": "^3.0.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",

File diff suppressed because it is too large Load Diff