react-native-image-viewing/example/app.json

25 lines
559 B
JSON
Raw Normal View History

2019-11-28 14:03:46 +00:00
{
"expo": {
"name": "React Native Image Viewing",
"slug": "react-native-image-viewing",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": ["ios", "android", "web"],
"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
}
}
}