Files
react-navigation/example/app.json
2019-12-09 15:20:28 +01:00

33 lines
693 B
JSON

{
"expo": {
"name": "@react-navigation/example",
"slug": "react-navigation-example",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.0",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"entryPoint": "node_modules/expo/AppEntry.js"
},
"displayName": "React Navigation Example",
"name": "ReactNavigationExample"
}