Automatic icon resizing for Reactnative
npm install auto-icon#rauto-icon
Automatic icon resizing for ReactNative. Create an icon in the root folder of your ReactNative project and use ReactNative-icon to automatically resize and copy it for all the platforms your project supports (currenty works with iOS).
``bash
$ brew install imagemagick
$ sudo npm install auto-icon -g
`
Create an icon.png file in the root folder of your ReactNative project.
Then run:
`bash
$ autoicon
$ autoicon --name 'your project name'
``