mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
30 lines
578 B
JSON
30 lines
578 B
JSON
{
|
|
"expo": {
|
|
"name": "NavigationPlayground",
|
|
"slug": "NavigationPlayground",
|
|
"privacy": "public",
|
|
"sdkVersion": "32.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
|
|
}
|
|
}
|
|
}
|