File tree Expand file tree Collapse file tree 4 files changed +133
-1304
lines changed
Expand file tree Collapse file tree 4 files changed +133
-1304
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments