uppy/examples/react-native-expo/app.json
2019-02-11 16:21:20 +03:00

27 lines
597 B
JSON

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