Files
lst_v3/lstMobile/app.json
Blake Matthes ba30281e59
Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled
feat(mobile): auth added in
2026-05-06 05:07:16 -05:00

62 lines
1.4 KiB
JSON

{
"expo": {
"name": "LST mobile",
"slug": "lst-mobile",
"version": "0.11.1-alpha",
"orientation": "portrait",
"icon": "./assets/icon_white.png",
"scheme": "lstmobile",
"userInterfaceStyle": "automatic",
"ios": {
"icon": "./assets/expo.icon"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon-white.png",
"backgroundColor": "#ffffff"
},
"versionCode": 24,
"minSupportedVersionCode": 21,
"predictiveBackGestureEnabled": false,
"package": "net.alpla.lst.mobile"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png",
"bundler": "metro"
},
"plugins": [
"./plugins/withZebraDataWedge",
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#208AEF",
"android": {
"resizeMode": "cover",
"image": "./assets/splash_white.png",
"backgroundColor": "#ffffff",
"dark": {
"image": "./assets/splash.png",
"backgroundColor": "#000000"
},
"imageWidth": 200
}
}
],
"expo-audio",
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}