mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-12 05:10:52 +02:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Astra",
|
|
"slug": "astra-mobile",
|
|
"version": "0.1.0",
|
|
"orientation": "default",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "astra",
|
|
"userInterfaceStyle": "dark",
|
|
"backgroundColor": "#000000",
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"package": "io.github.boof2015.astra",
|
|
"backgroundColor": "#000000",
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#000000",
|
|
"foregroundImage": "./assets/images/android-icon-foreground.png",
|
|
"backgroundImage": "./assets/images/android-icon-background.png",
|
|
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
|
},
|
|
"predictiveBackGestureEnabled": false
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-asset",
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Allow Astra to scan desktop pairing QR codes."
|
|
}
|
|
],
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"backgroundColor": "#000000",
|
|
"android": {
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 96,
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"usesCleartextTraffic": true
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
}
|
|
}
|
|
}
|