2017-09-06 22:02:57 -04:00
|
|
|
{
|
|
|
|
"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
|
|
|
|
},
|
2017-09-29 14:06:56 -07:00
|
|
|
"sdkVersion": "21.0.0",
|
2017-09-06 22:02:57 -04:00
|
|
|
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
|
|
"packagerOpts": {
|
|
|
|
"assetExts": [
|
|
|
|
"ttf",
|
|
|
|
"mp4"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|