mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
feat: use up-to-date dynamic icon lib that doesn't support android atm
This commit is contained in:
@@ -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",
|
||||
{
|
||||
|
Reference in New Issue
Block a user