Skip to content

Commit f3c81f0

Browse files
committed
upgrade expo to 41
1 parent 42a356e commit f3c81f0

File tree

5 files changed

+2551
-1016
lines changed

5 files changed

+2551
-1016
lines changed

.expo-shared/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
> Why do I have a folder named ".expo-shared" in my project?
2+
3+
The ".expo-shared" folder is created when running commands that produce state that is intended to be shared with all developers on the project. For example, "npx expo-optimize".
4+
5+
> What does the "assets.json" file contain?
6+
7+
The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again.
8+
9+
> Should I commit the ".expo-shared" folder?
10+
11+
Yes, you should share the ".expo-shared" folder with your collaborators.

.expo-shared/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"f9155ac790fd02fadcdeca367b02581c04a353aa6d5aa84409a59f6804c87acd": true,
33
"89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true
4-
}
4+
}

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "cryto-app",
44
"slug": "cryto-app",
55
"privacy": "public",
6-
"sdkVersion": "36.0.0",
76
"platforms": [
87
"ios",
98
"android",
@@ -26,6 +25,7 @@
2625
"ios": {
2726
"supportsTablet": true,
2827
"userInterfaceStyle": "automatic"
29-
}
28+
},
29+
"description": ""
3030
}
3131
}

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,22 @@
1111
"d3-array": "^2.4.0",
1212
"d3-scale": "^3.2.1",
1313
"d3-shape": "^1.3.7",
14-
"expo": "~36.0.0",
14+
"expo": "^41.0.0",
1515
"immer": "^5.2.1",
16-
"react": "~16.9.0",
17-
"react-dom": "~16.9.0",
18-
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
19-
"react-native-appearance": "~0.3.1",
16+
"react": "16.13.1",
17+
"react-dom": "16.13.1",
18+
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
19+
"react-native-appearance": "~0.3.3",
2020
"react-native-base-components": "git+ssh://git@github.com/jacklam718/react-native-base-components",
21-
"react-native-svg": "^10.0.0",
22-
"react-native-web": "~0.11.7",
21+
"react-native-svg": "12.1.0",
2322
"react-redux": "^7.1.3",
2423
"redux": "^4.0.5",
2524
"redux-actions": "^2.6.5",
2625
"redux-saga": "^1.1.3"
2726
},
2827
"devDependencies": {
29-
"@babel/core": "^7.0.0",
30-
"babel-preset-expo": "~8.0.0"
28+
"@babel/core": "~7.9.0",
29+
"babel-preset-expo": "8.3.0"
3130
},
3231
"private": true
3332
}

0 commit comments

Comments
 (0)