Hey there! How are you?
React Native Icon
This module is very helpful if you want to add your icon or logo for your app without worrying about the details and all the intricacies of this! You just copy paste your icon named icon.png to the root directory of your app with size bigger than 192×192 and square shape and type in at the terminal the following command to generate the appropriate sizes in the designated folders:
./node_modules/.bin/react-native-icon
If an iOS project is present, then the icon will be copied at all required sizes to:
./ios/<ProjectName>/Images.xcassets/AppIcon.appiconset
If an Android project is present, then the icon will be copied at all required sizes to:
./android/app/src/main/res
And that’s all! And for display purposes only, here is my small masterpiece, which I made myself for the app. It sucks (I know)! But it was made with love and care and my own hands:
