Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 6459fa9

Browse files
committed
feat: upgrade to expo 39
1 parent ee5dad5 commit 6459fa9

File tree

3 files changed

+1534
-972
lines changed

3 files changed

+1534
-972
lines changed

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "DeepLinkingBlog",
44
"slug": "DeepLinkingBlog",
55
"privacy": "public",
6-
"sdkVersion": "36.0.0",
76
"platforms": [
87
"ios",
98
"android",
@@ -17,6 +16,7 @@
1716
"resizeMode": "contain",
1817
"backgroundColor": "#ffffff"
1918
},
19+
"scheme": "com.github.react-navigation.deep-linking-example",
2020
"updates": {
2121
"fallbackToCacheTimeout": 0
2222
},

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"@react-native-community/masked-view": "^0.1.6",
12-
"@react-navigation/bottom-tabs": "^5.0.0",
13-
"@react-navigation/native": "^5.0.0",
14-
"@react-navigation/stack": "^5.0.0",
15-
"expo": "~36.0.0",
16-
"expo-linking": "^1.0.3",
17-
"react": "~16.9.0",
18-
"react-dom": "~16.9.0",
19-
"react-native": "~0.61.4",
20-
"react-native-gesture-handler": "^1.5.6",
21-
"react-native-reanimated": "^1.7.0",
22-
"react-native-safe-area-context": "^0.7.2",
23-
"react-native-screens": "2.0.0-alpha.12",
24-
"react-native-unimodules": "~0.7.0",
25-
"react-native-web": "~0.11.7"
11+
"@react-native-community/masked-view": "0.1.10",
12+
"@react-navigation/bottom-tabs": "^5.9.1",
13+
"@react-navigation/native": "^5.7.5",
14+
"@react-navigation/stack": "^5.9.2",
15+
"expo": "^39.0.0",
16+
"expo-linking": "^1.0.4",
17+
"react": "16.13.1",
18+
"react-dom": "16.13.1",
19+
"react-native": "0.63.3",
20+
"react-native-gesture-handler": "~1.7.0",
21+
"react-native-reanimated": "~1.13.0",
22+
"react-native-safe-area-context": "3.1.4",
23+
"react-native-screens": "~2.10.1",
24+
"react-native-unimodules": "~0.11.0",
25+
"react-native-web": "~0.13.7"
2626
},
2727
"devDependencies": {
28-
"@types/react": "~16.9.0",
29-
"@types/react-native": "~0.60.23",
30-
"@babel/core": "^7.0.0",
31-
"babel-preset-expo": "~8.0.0",
32-
"typescript": "~3.6.3"
28+
"@babel/core": "^7.11.6",
29+
"@types/react": "~16.9.35",
30+
"@types/react-native": "~0.63.2",
31+
"babel-preset-expo": "^8.3.0",
32+
"typescript": "~3.9.2"
3333
},
3434
"private": true
3535
}

0 commit comments

Comments
 (0)