Minimal functional SDK 44 app.

This commit is contained in:
Patrick Fic
2022-01-12 15:17:09 -08:00
parent a0edcca07b
commit 30ae80c62c
5 changed files with 2520 additions and 2839 deletions

View File

@@ -3,7 +3,9 @@
"name": "ImEX Mobile",
"slug": "imexmobile",
"version": "1.2.3",
"extra": { "expover": "1" },
"extra": {
"expover": "1"
},
"orientation": "default",
"icon": "./assets/logo192noa.png",
"ios": {
@@ -19,7 +21,6 @@
},
"splash": {
"image": "./assets/Splash.png",
"backgroundColor": "#efefef"
},
"notification": {
@@ -28,8 +29,9 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"web": {
"favicon": "./assets/logo192noa.png",
"config": {
@@ -57,6 +59,9 @@
}
}
]
}
},
"plugins": [
"sentry-expo"
]
}
}