uppy/examples/react-native-expo/app.json
2019-03-15 13:49:28 +03:00

29 lines
No EOL
557 B
JSON

{
"expo": {
"name": "Uppy RN Example",
"slug": "UppyRNExample",
"privacy": "public",
"sdkVersion": "32.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
}
}
}