iot-v2-rn/app/IoT_Light/app.json
2020-10-03 23:22:44 +01:00

27 lines
500 B
JSON

{
"expo": {
"name": "IoT_Light",
"slug": "IoT_Light",
"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
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}