31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"expo": {
|
|
"name": "imexmobile",
|
|
"slug": "imexmobile",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"icon": "./assets/logo192.png",
|
|
"splash": {
|
|
"image": "./assets/logo1024.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#efefef"
|
|
},
|
|
"notification": {
|
|
"icon": "./assets/logo192.png"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/logo192.png"
|
|
},
|
|
"description": ""
|
|
}
|
|
}
|