28 lines
722 B
JSON
Raw Normal View History

{
"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",
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
2018-06-22 12:50:35 -07:00
"assetBundlePatterns": [
"**/*"
],
"ios": {
2018-06-22 12:50:35 -07:00
"bundleIdentifier": "com.reactnavigation.example",
"supportsTablet": true
2018-06-22 12:50:35 -07:00
},
"android": {
"package": "com.reactnavigation.example"
}
}
}