chore: upgrade react-native and expo

This commit is contained in:
Satyajit Sahoo
2019-11-29 17:12:05 +01:00
parent b6c7d2b626
commit b805ba111a
27 changed files with 2277 additions and 2005 deletions

View File

@@ -12,28 +12,27 @@
"scripts": {
"start": "expo start",
"web": "expo start --web",
"native": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"postinstall": "jetify"
"react-native": "./node_modules/.bin/react-native",
"native": "./node_modules/.bin/react-native start",
"android": "./node_modules/.bin/react-native run-android",
"ios": "./node_modules/.bin/react-native run-ios"
},
"dependencies": {
"@expo/vector-icons": "^10.0.5",
"@react-native-community/masked-view": "^0.1.5",
"expo": "^35.0.1",
"expo-asset": "~7.0.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.5",
"expo": "^36.0.0",
"expo-asset": "~8.0.0",
"query-string": "^6.9.0",
"react": "~16.8.3",
"react-dom": "~16.8.3",
"react-native": "~0.59.10",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "~1.5.0",
"react-native-paper": "^3.2.1",
"react-native-reanimated": "~1.2.0",
"react-native-reanimated-web": "npm:react-native-reanimated@^1.3.2",
"react-native-safe-area-context": "~0.6.0",
"react-native-screens": "^2.0.0-alpha.11",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.6.0",
"react-native-screens": "^2.0.0-alpha.12",
"react-native-tab-view": "2.11.0",
"react-native-unimodules": "^0.7.0-rc.1",
"react-native-unimodules": "^0.6.0",
"react-native-web": "^0.11.7",
"scheduler": "^0.18.0",
"shortid": "^2.2.15",
@@ -46,7 +45,6 @@
"@types/react-native": "^0.60.22",
"babel-preset-expo": "^7.1.0",
"expo-cli": "^3.8.0",
"jetifier": "^1.6.4",
"typescript": "^3.7.2"
}
}