mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
This unblocks the fixing of react-navigation-redux-helpers to unbreak redux support in 2.3 https://github.com/react-navigation/react-navigation-redux-helpers/pull/37 All redux users will need to change their code to reflect the changes made here to `ReduxExample/AppNavigator`
25 lines
646 B
JSON
25 lines
646 B
JSON
{
|
|
"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": "27.0.0",
|
|
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
"packagerOpts": {
|
|
"assetExts": ["ttf", "mp4"]
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
}
|
|
}
|
|
}
|