feat: use up-to-date dynamic icon lib that doesn't support android atm

This commit is contained in:
Adrian Castro
2024-03-24 22:09:39 +01:00
parent a2761b1f7e
commit f239b4d759
4 changed files with 28 additions and 53 deletions

View File

@@ -65,31 +65,16 @@ const defineConfig = (): ExpoConfig => ({
},
},
],
[
"@config-plugins/react-native-dynamic-app-icon",
{
main: {
image: "./assets/images/main.png",
prerendered: true,
},
blue: {
image: "./assets/images/blue.png",
prerendered: true,
},
gray: {
image: "./assets/images/gray.png",
prerendered: true,
},
red: {
image: "./assets/images/red.png",
prerendered: true,
},
teal: {
image: "./assets/images/teal.png",
prerendered: true,
},
},
],
[
"expo-alternate-app-icons",
[
"./assets/images/main.png",
"./assets/images/blue.png",
"./assets/images/gray.png",
"./assets/images/red.png",
"./assets/images/teal.png",
],
],
[
"expo-media-library",
{