Skip to content

Commit 9f1abbc

Browse files
mohit23xMohit
and
Mohit
authored
upgraded expo demo app to expo v40 (#1096)
Co-authored-by: Mohit <[email protected]>
1 parent b7d0330 commit 9f1abbc

File tree

5 files changed

+25
-16
lines changed

5 files changed

+25
-16
lines changed

expoDemo/.expo/README.md

Whitespace-only changes.

expoDemo/.expo/packager-info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"packagerPid": null,
66
"expoServerNgrokUrl": "https://je-jj8.ethanshar.expodemo.exp.direct",
77
"packagerNgrokUrl": "https://packager.je-jj8.ethanshar.expodemo.exp.direct",
8-
"ngrokPid": 31738
8+
"ngrokPid": 31738,
9+
"webpackServerPort": null
910
}

expoDemo/.expo/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"scheme": null,
3+
"hostType": "lan",
4+
"lanType": "ip",
5+
"dev": true,
6+
"minify": false,
7+
"urlRandomness": null,
8+
"https": false
9+
}

expoDemo/app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"slug": "rnuilib",
77
"privacy": "public",
88
"icon": "https://user-images.githubusercontent.com/1780255/76164954-b97b3880-615b-11ea-85b9-209ac7932d89.png",
9-
"sdkVersion": "36.0.0",
109
"version": "1.0.0",
1110
"entryPoint": "index.js",
1211
"packagerOpts": {

expoDemo/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
},
1010
"dependencies": {
1111
"@react-native-community/blur": "^3.4.1",
12-
"@react-native-community/datetimepicker": "^2.2.2",
13-
"@react-native-community/masked-view": "^0.1.6",
14-
"@react-native-community/netinfo": "^4.6.0",
12+
"@react-native-community/datetimepicker": "3.0.4",
13+
"@react-native-community/masked-view": "0.1.10",
14+
"@react-native-community/netinfo": "5.9.7",
1515
"@react-native-community/picker": "^1.7.1",
1616
"@react-navigation/native": "^5.0.8",
1717
"@react-navigation/stack": "^5.1.0",
18-
"expo": "~36.0.0",
18+
"expo": "^40.0.0",
1919
"lodash": "^4.17.15",
20-
"react": "~16.9.0",
21-
"react-dom": "~16.9.0",
22-
"react-native": "~0.61.4",
23-
"react-native-gesture-handler": "~1.5.0",
24-
"react-native-reanimated": "~1.4.0",
25-
"react-native-safe-area-context": "^0.7.3",
26-
"react-native-screens": "2.0.0-alpha.12",
20+
"react": "16.13.1",
21+
"react-dom": "16.13.1",
22+
"react-native": "0.63.4",
23+
"react-native-gesture-handler": "~1.8.0",
24+
"react-native-reanimated": "~1.13.0",
25+
"react-native-safe-area-context": "3.1.9",
26+
"react-native-screens": "~2.15.0",
2727
"react-native-ui-lib": "snapshot",
28-
"react-native-unimodules": "~0.7.0",
29-
"react-native-web": "~0.11.7",
28+
"react-native-unimodules": "~0.12.0",
29+
"react-native-web": "~0.13.12",
3030
"unicorn-demo-app": "snapshot"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "~7.6.0",
33+
"@babel/core": "~7.9.0",
3434
"babel-jest": "~24.9.0",
3535
"jest": "~24.9.0",
3636
"metro-react-native-babel-preset": "~0.56.0",

0 commit comments

Comments
 (0)