mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 17:13:21 +08:00
upgrade with-redux to Expo SDK 29
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
4531
with-redux/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user