2026-02-18 15:12:17 +00:00
|
|
|
{
|
|
|
|
|
"expo": {
|
|
|
|
|
"name": "monApp",
|
|
|
|
|
"slug": "monApp",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"orientation": "portrait",
|
|
|
|
|
"scheme": "monapp",
|
|
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
|
"newArchEnabled": true,
|
|
|
|
|
"ios": {
|
|
|
|
|
"supportsTablet": true
|
|
|
|
|
},
|
|
|
|
|
"android": {
|
|
|
|
|
"adaptiveIcon": {
|
2026-02-18 18:36:17 +00:00
|
|
|
"backgroundColor": "#E6F4FE"
|
2026-02-18 15:12:17 +00:00
|
|
|
},
|
|
|
|
|
"edgeToEdgeEnabled": true,
|
|
|
|
|
"predictiveBackGestureEnabled": false
|
|
|
|
|
},
|
|
|
|
|
"web": {
|
2026-02-18 18:36:17 +00:00
|
|
|
"output": "static"
|
2026-02-18 15:12:17 +00:00
|
|
|
},
|
|
|
|
|
"plugins": [
|
|
|
|
|
"expo-router",
|
|
|
|
|
[
|
|
|
|
|
"expo-splash-screen",
|
|
|
|
|
{
|
|
|
|
|
"image": "./assets/images/splash-icon.png",
|
|
|
|
|
"imageWidth": 200,
|
|
|
|
|
"resizeMode": "contain",
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"dark": {
|
|
|
|
|
"backgroundColor": "#000000"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"experiments": {
|
|
|
|
|
"typedRoutes": true,
|
|
|
|
|
"reactCompiler": true
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-02-18 18:36:17 +00:00
|
|
|
}
|