Files
StarAppeal dcab4be87d feat: Improve dark mode support and splash screen handling across app
- Add dark mode background to splash and global styles
- Replace LoadingScreen with SplashScreenComponent for unified splash handling
- Ensure navigation and paper themes sync with dark mode
- Set initial theme based on system preference
- Apply background color to navigation containers and scenes
2025-12-27 16:09:15 +01:00

74 lines
1.7 KiB
JSON

{
"expo": {
"name": "matrix",
"slug": "matrix-frontend",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/images/racoon-icon.png",
"scheme": "led.matrix",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/racoon-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "de.starappeal.ledmatrix",
"permissions": [
"android.permission.RECORD_AUDIO",
"android.permission.RECORD_AUDIO"
]
},
"web": {
"bundler": "metro",
"output": "server",
"favicon": "./assets/images/racoon-icon.png"
},
"plugins": [
[
"expo-splash-screen",
{
"image": "./assets/images/racoon-splash.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#121212"
}
}
],
"expo-secure-store",
[
"expo-image-picker",
{
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos"
}
],
"expo-font",
"expo-router",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "6c7ada5a-fcc7-4d36-a056-c542c6d13dac"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/6c7ada5a-fcc7-4d36-a056-c542c6d13dac",
"enabled": true
}
}
}