upgrade with-redux to Expo SDK 29

This commit is contained in:
Caleb Nance
2018-07-28 16:16:31 -04:00
parent 8c1a81875e
commit 7a553995ba
3 changed files with 4540 additions and 6 deletions

View File

@@ -3,11 +3,11 @@
"name": "with-redux",
"description": "Example with Redux, React Native Animated, Fetch",
"slug": "with-redux",
"privacy": "public",
"sdkVersion": "27.0.0",
"sdkVersion": "29.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#000000",
"privacy": "public",
"icon": "./assets/icons/app-icon.png",
"loading": {
"icon": "./assets/icons/loading-icon.png"
@@ -17,7 +17,10 @@
"backgroundColor": "#000000"
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"]
"assetExts": [
"ttf",
"mp4"
]
},
"ios": {
"supportsTablet": true

View File

@@ -2,13 +2,13 @@
"name": "with-redux",
"version": "1.0.0",
"description": "An example of how to use react native, expo, redux, animated, and fetch",
"author": null,
"author": "support@expo.io",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"expo": "^27.0.1",
"expo": "^29.0.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"

4531
with-redux/yarn.lock Normal file

File diff suppressed because it is too large Load Diff