mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
32 lines
707 B
JSON
32 lines
707 B
JSON
{
|
|
"expo": {
|
|
"name": "React Navigation Playground",
|
|
"description": "Explore various patterns for navigation",
|
|
"slug": "NavigationPlayground",
|
|
"privacy": "public",
|
|
"sdkVersion": "33.0.0",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
],
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./src/assets/icon.png",
|
|
"splash": {
|
|
"image": "./src/assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "org.reactnavigation.playground"
|
|
}
|
|
}
|
|
}
|