feat: refine expo admin mobile flows

This commit is contained in:
xuhongbin
2026-03-08 20:53:15 +08:00
parent c70ca1641a
commit 434bbf258a
21 changed files with 3128 additions and 6381 deletions

View File

@@ -7,12 +7,6 @@
"orientation": "portrait",
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
"userInterfaceStyle": "light",
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/acaedd05-5a2a-4843-a648-e025c08ce7b3"
},
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
@@ -47,6 +41,13 @@
"eas": {
"projectId": "acaedd05-5a2a-4843-a648-e025c08ce7b3"
}
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/acaedd05-5a2a-4843-a648-e025c08ce7b3"
},
"scheme": "sub2apimobile"
}
}