feat(android): add expo-splash-screen support and patch-package integration
Some checks failed
Frontend CI / ota-android (push) Failing after 1m7s
Frontend CI / ota-ios (push) Failing after 1m7s
Frontend CI / build-and-push-web (push) Has been cancelled
Frontend CI / build-android-apk (push) Has been cancelled

- Add expo-splash-screen dependency and plugin configuration
- Add postinstall script to automatically apply patches
- Update Android icon assets (foreground and monochrome)
- Add marginTop style to PostCard actions container
This commit is contained in:
lafay
2026-06-06 00:00:45 +08:00
parent c6d65fe545
commit cabac94aae
7 changed files with 27 additions and 217 deletions

View File

@@ -11,7 +11,8 @@
"ios:simulator": "eas build --platform ios --profile ios-simulator",
"ios:preview": "eas build --platform ios --profile preview",
"ios:prod": "eas build --platform ios --profile production",
"ios:submit": "eas submit --platform ios --profile production"
"ios:submit": "eas submit --platform ios --profile production",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/ui": "^56.0.15",
@@ -40,6 +41,7 @@
"expo-media-library": "~56.0.6",
"expo-notifications": "~56.0.15",
"expo-router": "~56.2.8",
"expo-splash-screen": "~56.0.10",
"expo-sqlite": "~56.0.4",
"expo-status-bar": "~56.0.4",
"expo-system-ui": "~56.0.5",