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

Commit 348b3f6

Browse files
committed
chore: updated expo dependencies
1 parent 9715856 commit 348b3f6

File tree

2 files changed

+1370
-637
lines changed

2 files changed

+1370
-637
lines changed

example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-better-image-example",
33
"description": "Example app for react-native-better-image",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"private": true,
66
"main": "index",
77
"scripts": {
@@ -16,13 +16,13 @@
1616
"chromatic": "npx chromatic"
1717
},
1818
"dependencies": {
19-
"expo": "^38.0.0",
20-
"expo-splash-screen": "^0.3.1",
21-
"react": "16.11.0",
22-
"react-dom": "16.11.0",
23-
"react-native": "0.62.2",
24-
"react-native-unimodules": "~0.10.1",
25-
"react-native-web": "^0.12.3"
19+
"expo": "40.0.0",
20+
"expo-splash-screen": "0.8.1",
21+
"react": "17.0.1",
22+
"react-dom": "17.0.1",
23+
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
24+
"react-native-unimodules": "0.12.0",
25+
"react-native-web": "^0.14.9"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.9.6",
@@ -37,8 +37,8 @@
3737
"babel-plugin-module-resolver": "^4.0.0",
3838
"babel-preset-expo": "^8.2.3",
3939
"chromatic": "^5.1.0",
40-
"expo-cli": "^3.21.12",
41-
"react-is": "^16.13.1"
40+
"expo-cli": "4.0.17",
41+
"react-is": "17.0.1"
4242
},
4343
"homepage": "https://react-native-toolkit.github.io/react-native-better-image",
4444
"storybook-deployer": {

0 commit comments

Comments
 (0)