Setup App Icon
I will introduce how to make App icon via react Native Make library.
- Install react-native-make
yarn add @bam.tech/react-native-make -D
Thatβs all. We are ready to use react-native-make.
- When you use react-native-make to create App icon, you need a 1024x1024 px size png ( Make sure to not use transparent images as you will have some issues with IOS) image.
If the file is ready, execute the command below to make App icon.
react-native set-icon --path [path-to-image] --background color