2019-11-28 14:03:46 +00:00
|
|
|
{
|
|
|
|
"expo": {
|
|
|
|
"name": "React Native Image Viewing",
|
|
|
|
"slug": "react-native-image-viewing",
|
2020-01-03 13:08:51 +00:00
|
|
|
"description": "React Native modal image view with pinch zoom",
|
2019-11-28 14:03:46 +00:00
|
|
|
"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
|
|
|
|
},
|
2019-12-27 14:27:32 +00:00
|
|
|
"assetBundlePatterns": ["assets/*"],
|
2019-11-28 14:03:46 +00:00
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|