feat: support android adaptive icon (#4058)
This commit is contained in:
parent
63386574f3
commit
8bcc6faada
|
|
@ -63,6 +63,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
|
|||
edgeToEdgeEnabled: true,
|
||||
adaptiveIcon: {
|
||||
foregroundImage: adaptiveIconPath,
|
||||
monochromeImage: adaptiveIconPath,
|
||||
backgroundColor: "#FF5C00",
|
||||
},
|
||||
googleServicesFile: "./build/google-services.json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue