-
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-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
'개발공부 > React-Native' 카테고리의 다른 글
bash "react-native run-ios --device iPhone" 를 짧게 입력하기 (0) 2017.04.18