Skip to content

Commit

Permalink
upgrade to Expo SDK 36.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepmittal committed Dec 10, 2019
1 parent a024707 commit d7f5a76
Show file tree
Hide file tree
Showing 3 changed files with 1,689 additions and 801 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Expo Firebase Starter",
"slug": "expo-firebase",
"privacy": "public",
"sdkVersion": "35.0.0",
"sdkVersion": "36.0.0",
"platforms": [
"ios",
"android",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"eject": "expo eject"
},
"dependencies": {
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-font": "~7.0.0",
"expo": "^36.0.0",
"expo-asset": "~8.0.0",
"expo-font": "~8.0.0",
"firebase": "6.6.0",
"formik": "1.5.8",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-elements": "1.2.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-hide-with-keyboard": "1.2.0",
"react-native-reanimated": "~1.2.0",
"react-native-screens": "~1.0.0-alpha.23",
"react-native-gesture-handler": "~1.5.0",
"react-native-hide-with-keyboard": "1.2.1",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-web": "^0.11.7",
"react-navigation": "4.0.0",
"react-navigation-stack": "1.5.1",
Expand Down
Loading

0 comments on commit d7f5a76

Please sign in to comment.