Files
etf-oglasi/frontend/app.json
T
2026-06-03 19:13:56 +02:00

54 lines
1.4 KiB
JSON

{
"expo": {
"name": "etfoglasi",
"slug": "etfoglasi",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "etfoglasi",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "dev.ksan.etfoglasi"
},
"web": {
"output": "static",
"bundler": "metro",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
"@react-native-firebase/app",
"@react-native-firebase/messaging"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}