Files
react-native-segmented-cont…/Example/app.json
2018-10-19 20:24:21 +02:00

28 lines
578 B
JSON

{
"expo": {
"name": "example",
"description": "This project is really great.",
"slug": "example",
"privacy": "public",
"sdkVersion": "30.0.0",
"platforms": ["ios", "android"],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
}
}
}