개발공부/React-Native
-
App Icon개발공부/React-Native 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-toolboxbrew install imagemagick yo rn-toolbox:assets --icon # For instance yo rn-toolbox:assets --icon ../icon.png ..