1

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.

Prashant
  • 21
  • 1
  • 5

2 Answers2

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

use android asset studio

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