Skip to content

Commit 11edb28

Browse files
committed
chore: upgrade benchmarking to SDK43
1 parent e9af5a4 commit 11edb28

File tree

4 files changed

+133
-1304
lines changed

4 files changed

+133
-1304
lines changed

apps/benchmarking/app.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
"**/*"
1818
],
1919
"ios": {
20-
"supportsTablet": true
20+
"supportsTablet": true,
21+
"bundleIdentifier": "org.nativehtml.benchmarking"
2122
},
2223
"android": {
2324
"adaptiveIcon": {
2425
"foregroundImage": "./assets/adaptive-icon.png",
2526
"backgroundColor": "#FFFFFF"
26-
}
27+
},
28+
"package": "org.nativehtml.benchmarking"
2729
},
2830
"web": {
2931
"favicon": "./assets/favicon.png"

apps/benchmarking/eas.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"development": {
4+
"developmentClient": true,
5+
"distribution": "internal"
6+
},
7+
"preview": {
8+
"android": {
9+
"buildType": "apk"
10+
},
11+
"distribution": "internal"
12+
},
13+
"production": {
14+
"env": {
15+
"YARN_ENABLE_IMMUTABLE_INSTALLS": "false"
16+
}
17+
}
18+
},
19+
"submit": {
20+
"production": {}
21+
}
22+
}

apps/benchmarking/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"eject": "expo eject"
1010
},
1111
"dependencies": {
12-
"expo": "~41.0.1",
13-
"expo-keep-awake": "~9.1.2",
14-
"expo-status-bar": "~1.0.4",
12+
"expo": "^43.0.0",
13+
"expo-keep-awake": "~10.0.0",
14+
"expo-status-bar": "~1.1.0",
1515
"ramda": "^0.27.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",
16+
"react": "17.0.1",
17+
"react-dom": "17.0.1",
18+
"react-native": "0.64.2",
1919
"react-native-render-html": "workspace:*",
2020
"react-native-render-html-v5": "npm:react-native-render-html@^5.0.0",
21-
"react-native-safe-area-context": "3.2.0",
22-
"react-native-web": "~0.13.12",
21+
"react-native-safe-area-context": "3.3.2",
22+
"react-native-web": "0.17.1",
2323
"react-states": "^5.4.0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.9.0"
26+
"@babel/core": "^7.12.9"
2727
},
2828
"private": true,
2929
"installConfig": {

0 commit comments

Comments
 (0)