feat: support android adaptive icon (#4058)

This commit is contained in:
Whitewater 2025-07-02 12:30:35 +08:00 committed by GitHub
parent 63386574f3
commit 8bcc6faada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
edgeToEdgeEnabled: true,
adaptiveIcon: {
foregroundImage: adaptiveIconPath,
monochromeImage: adaptiveIconPath,
backgroundColor: "#FF5C00",
},
googleServicesFile: "./build/google-services.json",