Skip to content

Commit

Permalink
Merge pull request #61 from expo-community/chore/update-to-sdk-44
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepmittal committed Apr 9, 2022
2 parents af0992c + f408fb6 commit 61321a5
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 231 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 (using JS SDK) projects. It includes:

- based on Expo SDK `43`
- based on Expo SDK `44`
- navigation using `react-navigation` 6.x.x
- Firebase JS SDK v9
- Firebase as backend for email auth
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-masked-view/masked-view": "0.2.5",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"dotenv": "^10.0.0",
"expo": "~43.0.0",
"expo-constants": "~12.1.3",
"expo": "^44.0.0",
"expo-constants": "~13.0.1",
"firebase": "9.1.0",
"formik": "2.1.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native-gesture-handler": "~1.10.2",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-reanimated": "~2.2.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1",
"yup": "0.27.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.9.0",
"babel-preset-expo": "8.5.1"
"babel-preset-expo": "9.0.2"
},
"private": true
}
Loading

0 comments on commit 61321a5

Please sign in to comment.