Skip to main content

Setup App Icon

I will introduce how to make App icon via react Native Make library.

  1. Install react-native-make
yarn add @bam.tech/react-native-make -D

That’s all. We are ready to use react-native-make.

  1. 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

πŸ‘€ More Info#

πŸ‘‰ https://github.com/bamlab/react-native-make

Last updated on by Youssouf El Azizi