2018-01-17 14:43:28 -08:00
|
|
|
{
|
|
|
|
"expo": {
|
|
|
|
"name": "NavigationPlayground",
|
|
|
|
"description": "Try out react-navigation now with this awesome playground",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"slug": "NavigationPlayground",
|
|
|
|
"privacy": "public",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"primaryColor": "#cccccc",
|
|
|
|
"icon": "./assets/icons/icon.png",
|
|
|
|
"splash": {
|
|
|
|
"image": "./assets/icons/splash.png"
|
|
|
|
},
|
2018-05-25 14:30:03 -07:00
|
|
|
"sdkVersion": "27.0.0",
|
2018-01-17 14:43:28 -08:00
|
|
|
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
2018-06-22 12:50:35 -07:00
|
|
|
"assetBundlePatterns": [
|
|
|
|
"**/*"
|
|
|
|
],
|
2018-01-17 14:43:28 -08:00
|
|
|
"ios": {
|
2018-06-22 12:50:35 -07:00
|
|
|
"bundleIdentifier": "com.reactnavigation.example",
|
2018-01-17 14:43:28 -08:00
|
|
|
"supportsTablet": true
|
2018-06-22 12:50:35 -07:00
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"package": "com.reactnavigation.example"
|
2018-01-17 14:43:28 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|