chore: update example to sdk 34

This commit is contained in:
Brent Vatne
2019-08-29 15:49:22 -07:00
parent da179736ae
commit 3b1eed0415
3 changed files with 168 additions and 609 deletions

View File

@@ -12,13 +12,15 @@
"@react-native-community/masked-view": "^0.1.1",
"@react-navigation/core": "3.4.2",
"@react-navigation/native": "^3.4.1",
"expo": "^33.0.7",
"expo-asset": "^5.0.1",
"expo-constants": "~5.0.1",
"expo": "^34.0.0",
"expo-asset": "^6.0.0",
"expo-constants": "~6.0.0",
"hoist-non-react-statics": "^3.3.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-paper": "^2.15.2",
"react-native-reanimated": "~1.1.0",
"react-navigation-drawer": "^2.0.0",
"react-navigation-tabs": "2.2.0"
},