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

Commit d7f5a76

Browse files
upgrade to Expo SDK 36.0.0
1 parent a024707 commit d7f5a76

3 files changed

Lines changed: 1689 additions & 801 deletions

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Expo Firebase Starter",
44
"slug": "expo-firebase",
55
"privacy": "public",
6-
"sdkVersion": "35.0.0",
6+
"sdkVersion": "36.0.0",
77
"platforms": [
88
"ios",
99
"android",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^35.0.0",
12-
"expo-asset": "~7.0.0",
13-
"expo-font": "~7.0.0",
11+
"expo": "^36.0.0",
12+
"expo-asset": "~8.0.0",
13+
"expo-font": "~8.0.0",
1414
"firebase": "6.6.0",
1515
"formik": "1.5.8",
16-
"react": "16.8.3",
17-
"react-dom": "16.8.3",
18-
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
16+
"react": "16.9.0",
17+
"react-dom": "16.9.0",
18+
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
1919
"react-native-elements": "1.2.0",
20-
"react-native-gesture-handler": "~1.3.0",
21-
"react-native-hide-with-keyboard": "1.2.0",
22-
"react-native-reanimated": "~1.2.0",
23-
"react-native-screens": "~1.0.0-alpha.23",
20+
"react-native-gesture-handler": "~1.5.0",
21+
"react-native-hide-with-keyboard": "1.2.1",
22+
"react-native-reanimated": "~1.4.0",
23+
"react-native-screens": "2.0.0-alpha.12",
2424
"react-native-web": "^0.11.7",
2525
"react-navigation": "4.0.0",
2626
"react-navigation-stack": "1.5.1",

0 commit comments

Comments
 (0)