Skip to content

upgraded expo demo app to expo v40 #1096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added expoDemo/.expo/README.md
Empty file.
3 changes: 2 additions & 1 deletion expoDemo/.expo/packager-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"packagerPid": null,
"expoServerNgrokUrl": "https://je-jj8.ethanshar.expodemo.exp.direct",
"packagerNgrokUrl": "https://packager.je-jj8.ethanshar.expodemo.exp.direct",
"ngrokPid": 31738
"ngrokPid": 31738,
"webpackServerPort": null
}
9 changes: 9 additions & 0 deletions expoDemo/.expo/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"scheme": null,
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": null,
"https": false
}
1 change: 0 additions & 1 deletion expoDemo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"slug": "rnuilib",
"privacy": "public",
"icon": "https://user-images.githubusercontent.com/1780255/76164954-b97b3880-615b-11ea-85b9-209ac7932d89.png",
"sdkVersion": "36.0.0",
"version": "1.0.0",
"entryPoint": "index.js",
"packagerOpts": {
Expand Down
28 changes: 14 additions & 14 deletions expoDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
},
"dependencies": {
"@react-native-community/blur": "^3.4.1",
"@react-native-community/datetimepicker": "^2.2.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^4.6.0",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.7",
"@react-native-community/picker": "^1.7.1",
"@react-navigation/native": "^5.0.8",
"@react-navigation/stack": "^5.1.0",
"expo": "~36.0.0",
"expo": "^40.0.0",
"lodash": "^4.17.15",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.4",
"react-native-gesture-handler": "~1.5.0",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "2.0.0-alpha.12",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-ui-lib": "snapshot",
"react-native-unimodules": "~0.7.0",
"react-native-web": "~0.11.7",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.13.12",
"unicorn-demo-app": "snapshot"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@babel/core": "~7.9.0",
"babel-jest": "~24.9.0",
"jest": "~24.9.0",
"metro-react-native-babel-preset": "~0.56.0",
Expand Down