Skip to content

Commit 6276f59

Browse files
authored
feat: update expo sdk version to 42 (#192)
1 parent 75a4a3c commit 6276f59

File tree

1 file changed

+5
-5
lines changed
  • packages/create-react-native-library/templates/expo-library/example

1 file changed

+5
-5
lines changed

packages/create-react-native-library/templates/expo-library/example/$package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"expo": "^40.0.0",
16-
"expo-splash-screen": "~0.8.1",
15+
"expo": "^42.0.0",
16+
"expo-splash-screen": "~0.11.2",
1717
"react": "16.13.1",
1818
"react-dom": "16.13.1",
1919
"react-native": "0.63.4",
20-
"react-native-unimodules": "~0.12.0",
21-
"react-native-web": "~0.14.9"
20+
"react-native-unimodules": "~0.14.5",
21+
"react-native-web": "~0.13.12"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "~7.12.10",
24+
"@babel/core": "~7.9.0",
2525
"@babel/runtime": "^7.9.6",
2626
"babel-plugin-module-resolver": "^4.0.0",
2727
"babel-preset-expo": "8.3.0",

0 commit comments

Comments
 (0)