fix(frontend): refine bird icon assets - #409
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
The Expo splash configuration and new launcher assets parse successfully, and an isolated Android prebuild completes. However, the PR’s Closes #403 contract is not satisfied: the linked issue requires a dedicated notification icon wired into both expo-notifications and expo-location, plus the native alarm resolver, while this diff only changes launcher/splash assets and leaves the notification configuration and native module unchanged. Please either implement that notification-icon scope in this PR or remove the closing reference before merging.
Verification: npm ci --ignore-scripts, npx expo config --json, isolated npx expo prebuild --platform android --no-install --clean, ESLint, Prettier, and git diff --check passed; expo-doctor still reports pre-existing dependency/version issues.
变更说明
expo-splash-screen重新生成 Android 启动页资源影响范围
与 Issue 的关系
#403PR #407一起完成 Android 品牌图标资源统一的最终收口