개발공부/React-Native
App Icon
Amor Fati by Nietzsche
2017. 4. 18. 18:01
https://blog.bam.tech/developper-news/change-your-react-native-app-icons-in-a-single-command-line
http://stackoverflow.com/questions/34329715/how-to-add-icons-to-react-native-app
Have a single icon file at the ready somewhere. 200x200px is sufficient.
npm install -g yo generator-rn-toolbox
brew install imagemagick
yo rn-toolbox:assets --icon <path to your icon>
# For instance
yo rn-toolbox:assets --icon ../icon.png
enter code here