mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-28 06:56:08 +08:00
Upgrade the ReduxExample app (use CRNA) (#2171)
* [ReduxExample] Delete android and ios dirs * [ReduxExample] Upgrade using create-react-native-app * [ReduxExample] Add postinstall script to clean up files Yarn copies in Yarn copies them when installing locally, causing lots of @proviesModule collisions. * [ReduxExample] Upgrade expo and other dependencies * [ReduxExample] Don't delete .git just in case
This commit is contained in:
committed by
Spencer Carli
parent
af53b0e5b8
commit
312b68790a
27
examples/ReduxExample/app.json
Normal file
27
examples/ReduxExample/app.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "ReduxExample",
|
||||
"description": "Try out react-navigation with this awesome Redux example",
|
||||
"version": "1.0.0",
|
||||
"slug": "ReduxExample",
|
||||
"privacy": "public",
|
||||
"orientation": "portrait",
|
||||
"primaryColor": "#cccccc",
|
||||
"icon": "./assets/icons/react-navigation.png",
|
||||
"loading": {
|
||||
"icon": "./assets/icons/react-navigation.png",
|
||||
"hideExponentText": false
|
||||
},
|
||||
"sdkVersion": "20.0.0",
|
||||
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
||||
"packagerOpts": {
|
||||
"assetExts": [
|
||||
"ttf",
|
||||
"mp4"
|
||||
]
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user