Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 6222bb5

Browse files
Merge pull request #29 from expo-community/chore/upgrade-sdk
chore: update to SDK 40
2 parents ce5d694 + 958acbc commit 6222bb5

3 files changed

Lines changed: 419 additions & 531 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
- based on Expo SDK `39.x.x`
12+
- based on Expo SDK `40.x.x`
1313
- navigation using `react-navigation` 5.x.x
1414
- Firebase as backend for email auth
1515
- custom and reusable form components

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
"@react-native-community/masked-view": "0.1.10",
1212
"@react-navigation/native": "5.5.1",
1313
"@react-navigation/stack": "5.5.1",
14-
"expo": "^39.0.0",
15-
"expo-asset": "~8.2.0",
16-
"expo-constants": "~9.2.0",
17-
"expo-font": "~8.3.0",
14+
"expo": "^40.0.0",
15+
"expo-asset": "~8.2.1",
16+
"expo-constants": "~9.3.3",
17+
"expo-font": "~8.4.0",
1818
"firebase": "7.9.0",
1919
"formik": "2.1.4",
2020
"react": "16.13.1",
2121
"react-dom": "16.13.1",
22-
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz",
23-
"react-native-gesture-handler": "~1.7.0",
22+
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
23+
"react-native-gesture-handler": "~1.8.0",
2424
"react-native-hide-with-keyboard": "1.2.1",
2525
"react-native-reanimated": "~1.13.0",
26-
"react-native-safe-area-context": "3.1.4",
27-
"react-native-screens": "~2.10.1",
28-
"react-native-web": "~0.13.7",
26+
"react-native-safe-area-context": "3.1.9",
27+
"react-native-screens": "~2.15.0",
28+
"react-native-web": "~0.13.12",
2929
"yup": "0.27.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.9.0",
32+
"@babel/core": "~7.9.0",
3333
"@babel/runtime": "^7.9.0",
34-
"babel-preset-expo": "^8.3.0"
34+
"babel-preset-expo": "8.3.0"
3535
},
3636
"private": true
3737
}

0 commit comments

Comments
 (0)