All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m24s
62 lines
1.4 KiB
JSON
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": 21,
|
|
"minSupportedVersionCode": 21,
|
|
"predictiveBackGestureEnabled": false,
|
|
"package": "net.alpla.lst.mobile"
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png",
|
|
"bundler": "metro"
|
|
},
|
|
"plugins": [
|
|
"./plugins/withZebraScanner",
|
|
"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
|
|
}
|
|
}
|
|
} |