Update NavigationPlayground to Expo SDK 28

This commit is contained in:
Brent Vatne 2018-07-19 15:46:24 -07:00
parent c4b3f25a0f
commit ec52c884c5
3 changed files with 512 additions and 2096 deletions

View File

@ -11,8 +11,7 @@
"splash": { "splash": {
"image": "./assets/icons/splash.png" "image": "./assets/icons/splash.png"
}, },
"sdkVersion": "27.0.0", "sdkVersion": "28.0.0",
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"assetBundlePatterns": [ "assetBundlePatterns": [
"**/*" "**/*"
], ],

View File

@ -2,23 +2,23 @@
"name": "NavigationPlayground", "name": "NavigationPlayground",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": { "scripts": {
"start": "react-native-scripts start", "start": "expo start",
"eject": "react-native-scripts eject", "android": "expo start --android",
"android": "react-native-scripts android", "ios": "expo start --ios",
"ios": "react-native-scripts ios",
"test": "flow" "test": "flow"
}, },
"dependencies": { "dependencies": {
"expo": "^27.0.0", "expo": "^28.0.0",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"react": "16.3.1", "react": "16.3.1",
"react-native": "^0.55.0", "react-native": "^0.55.0",
"react-native-iphone-x-helper": "^1.0.2", "react-native-iphone-x-helper": "^1.0.2",
"react-navigation": "link:../..", "react-navigation": "link:../..",
"react-navigation-header-buttons": "^0.0.4", "react-navigation-header-buttons": "^0.0.4",
"react-navigation-material-bottom-tabs": "0.1.3", "react-navigation-material-bottom-tabs": "^0.3.0",
"react-navigation-tabs": "^0.5.1" "react-navigation-tabs": "^0.5.1"
}, },
"devDependencies": { "devDependencies": {
@ -26,9 +26,8 @@
"babel-plugin-transform-remove-console": "^6.9.0", "babel-plugin-transform-remove-console": "^6.9.0",
"flow-bin": "^0.67.0", "flow-bin": "^0.67.0",
"jest": "^22.1.3", "jest": "^22.1.3",
"jest-expo": "^26.0.0", "jest-expo": "^28.0.0",
"react-native-scripts": "^1.5.0", "react-test-renderer": "16.3.1"
"react-test-renderer": "16.3.0-alpha.1"
}, },
"jest": { "jest": {
"preset": "jest-expo", "preset": "jest-expo",

File diff suppressed because it is too large Load Diff