reactnative_mobilemk/app.json
2025-01-05 11:01:12 +01:00

51 lines
1.1 KiB
JSON

{
"expo": {
"name": "mobilemkv2",
"slug": "mobilemkv2",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/bad.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff",
"enableFullScreenImage_legacy": true
}
],
[
"expo-font",
{
"fonts": ["./assets/fonts/SpaceMono-Regular.ttf",
"./assets/fonts/Rubik-Bold.ttf"
]
}
]
],
"experiments": {
"typedRoutes": true
}
}
}