resize-reactnative-launcher-icon was written so I could replace or add icon in my react native project. It creates both android and ios images. Some insights from me.
Please install imagemagick
#On Debian Linux
sudo apt install imagemagick
#On Mac
brew install imagemagick
You can check if installed correctly by running
convert --version
then
clone this repo.
and run the resize.sh
bash resize.sh mynew-app-icon.png
git clone https://github.com/lszyba1/resize-reactnative-launcher-icon.git resizer
Enjoy Made in Chicago by Lucas Szybalski 2022 Follow me on twitter @lucasmanual