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 75a4a3c commit 6276f59Copy full SHA for 6276f59
packages/create-react-native-library/templates/expo-library/example/$package.json
@@ -12,16 +12,16 @@
12
"test": "jest"
13
},
14
"dependencies": {
15
- "expo": "^40.0.0",
16
- "expo-splash-screen": "~0.8.1",
+ "expo": "^42.0.0",
+ "expo-splash-screen": "~0.11.2",
17
"react": "16.13.1",
18
"react-dom": "16.13.1",
19
"react-native": "0.63.4",
20
- "react-native-unimodules": "~0.12.0",
21
- "react-native-web": "~0.14.9"
+ "react-native-unimodules": "~0.14.5",
+ "react-native-web": "~0.13.12"
22
23
"devDependencies": {
24
- "@babel/core": "~7.12.10",
+ "@babel/core": "~7.9.0",
25
"@babel/runtime": "^7.9.6",
26
"babel-plugin-module-resolver": "^4.0.0",
27
"babel-preset-expo": "8.3.0",
0 commit comments