I am trying to add an app icon to a react-native application and am not able to do so also could hardly find anything about this in the documentation or any other sources which I am able to implement successfully. Got this one working by using react-native-icon Package but is there Something like a single command to get icons configured into the respective folders when they are created using react-native eject command.
Asked
Active
Viewed 3,119 times
1
-
Sounds like you're using CRNA or expo? – MattyK14 Jan 24 '18 at 13:34
-
i am just trying to run on emulator – Prashant Jan 24 '18 at 13:41
2 Answers
1
The app icons are controlled from the native side of the project. You can set them up from Xcode or Android Studio fairly easily.
Perhaps take a look at Xcode 9 - Add an App Store icon and Set icon for Android application

Rob Walker
- 877
- 7
- 13
0
drag and drop your icon and change filters if you like and then download it. Unzip it and then replace your res icon folder with this one
indepth tut tutorial

Ashad Nasim
- 2,511
- 21
- 37