mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
27 lines
641 B
JSON
27 lines
641 B
JSON
{
|
|
"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"
|
|
},
|
|
"sdkVersion": "28.0.0",
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"bundleIdentifier": "com.reactnavigation.example",
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"package": "com.reactnavigation.example"
|
|
}
|
|
}
|
|
}
|