Skip to content

Commit

Permalink
Merge pull request #29 from expo-community/chore/upgrade-sdk
Browse files Browse the repository at this point in the history
chore: update to SDK 40
  • Loading branch information
amandeepmittal committed Dec 10, 2020
2 parents ce5d694 + 958acbc commit 6222bb5
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 531 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Is a quicker way to start with Expo + Firebase projects. It includes:

- based on Expo SDK `39.x.x`
- based on Expo SDK `40.x.x`
- navigation using `react-navigation` 5.x.x
- Firebase as backend for email auth
- custom and reusable form components
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "5.5.1",
"@react-navigation/stack": "5.5.1",
"expo": "^39.0.0",
"expo-asset": "~8.2.0",
"expo-constants": "~9.2.0",
"expo-font": "~8.3.0",
"expo": "^40.0.0",
"expo-asset": "~8.2.1",
"expo-constants": "~9.3.3",
"expo-font": "~8.4.0",
"firebase": "7.9.0",
"formik": "2.1.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz",
"react-native-gesture-handler": "~1.7.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
"react-native-gesture-handler": "~1.8.0",
"react-native-hide-with-keyboard": "1.2.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-web": "~0.13.7",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-web": "~0.13.12",
"yup": "0.27.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "~7.9.0",
"@babel/runtime": "^7.9.0",
"babel-preset-expo": "^8.3.0"
"babel-preset-expo": "8.3.0"
},
"private": true
}
Loading

0 comments on commit 6222bb5

Please sign in to comment.