41 lines
916 B
JSON
41 lines
916 B
JSON
{
|
|
"expo": {
|
|
"name": "imexmobile",
|
|
"slug": "imexmobile",
|
|
"version": "1.0.1",
|
|
"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": "",
|
|
"hooks": {
|
|
"postPublish": [
|
|
{
|
|
"file": "sentry-expo/upload-sourcemaps",
|
|
"config": {
|
|
"organization": "snapt-software",
|
|
"project": "imexmobile",
|
|
"authToken": "32fed1c2d5a8440da684b624ee678874b64c51bb9b0b4b608ab4a15516d6dd02"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|