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

25 lines
603 B
JSON

{
"expo": {
"name": "React Native Image Viewing",
"slug": "react-native-image-viewing",
"description": "React Native modal image view with pinch zoom",
"privacy": "public",
"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": ["assets/*"],
"ios": {
"supportsTablet": true
}
}
}