memowake-front/app.json
2025-06-26 15:12:34 +08:00

58 lines
1.1 KiB
JSON

{
"expo": {
"name": "memowake",
"slug": "memowake",
"version": "1.0.0",
"orientation": "portrait",
"icon": "",
"scheme": "memowake",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"package": "com.jinyaqiu.memowake"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": ""
},
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-font",
{
"fonts": [
"./assets/fonts/[font-file.ttf]"
]
}
],
[
"expo-splash-screen",
{
"image": "",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "e4634b8b-fdb8-4e6f-ac7e-7032e6898612"
}
}
}
}