Skip to content

Commit 2dbb586

Browse files
committed
expo upgrade 34.0.1
1 parent 1c0560e commit 2dbb586

File tree

3 files changed

+828
-1707
lines changed

3 files changed

+828
-1707
lines changed

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A very interesting project.",
55
"slug": "NativeApp",
66
"privacy": "public",
7-
"sdkVersion": "33.0.0",
7+
"sdkVersion": "34.0.0",
88
"platforms": [
99
"ios",
1010
"android"

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
"@expo/samples": "2.1.1",
1717
"@expo/vector-icons": "^10.0.0",
1818
"axios": "^0.19.0",
19-
"expo": "^33.0.0",
20-
"expo-asset": "^5.0.1",
21-
"expo-font": "~5.0.1",
19+
"expo": "^34.0.1",
20+
"expo-asset": "~6.0.0",
21+
"expo-font": "~6.0.0",
2222
"formik": "^1.5.8",
2323
"lodash": "^4.17.15",
2424
"react": "16.8.3",
25-
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
25+
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
26+
"react-native-gesture-handler": "~1.3.0",
2627
"react-native-keyboard-aware-scroll-view": "^0.8.0",
27-
"react-native-svg": "~9.4.0",
28+
"react-native-svg": "~9.5.1",
2829
"react-navigation": "^3.11.0",
2930
"styled-components": "^4.3.2"
3031
},
@@ -41,7 +42,7 @@
4142
"eslint-plugin-jsx-a11y": "^6.2.3",
4243
"eslint-plugin-prettier": "^3.1.0",
4344
"eslint-plugin-react": "^7.14.3",
44-
"jest-expo": "^33.0.0",
45+
"jest-expo": "^34.0.0",
4546
"prettier": "^1.18.2"
4647
}
4748
}

0 commit comments

Comments
 (0)