We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f67e9 commit a3d8bcbCopy full SHA for a3d8bcb
demo/package.json
@@ -3,9 +3,9 @@
3
"version": "0.1.0",
4
"private": true,
5
"devDependencies": {
6
- "babel-preset-expo": "^7.1.0",
7
- "jest-expo": "^35.0.0",
8
- "react-test-renderer": "16.0.0"
+ "babel-preset-expo": "^8.3.0",
+ "jest-expo": "^41.0.0",
+ "react-test-renderer": "17.0.2"
9
},
10
"main": "node_modules/expo/AppEntry.js",
11
"scripts": {
@@ -19,9 +19,9 @@
19
"preset": "jest-expo"
20
21
"dependencies": {
22
- "expo": "^35.0.0",
23
- "react": "16.8.3",
24
- "react-native": "0.59.8",
25
- "react-native-image-pan-zoom": "^2.1.7"
+ "expo": "^41.0.1",
+ "react": "17.0.1",
+ "react-native": "^0.63.2",
+ "react-native-image-pan-zoom": "^2.1.12"
26
}
27
0 commit comments