Skip to content

Instantly share code, notes, and snippets.

@ovarunendra
Created April 28, 2017 11:28
Show Gist options
  • Save ovarunendra/7f75f0290ab9f0e73138dcbd3787e897 to your computer and use it in GitHub Desktop.
Save ovarunendra/7f75f0290ab9f0e73138dcbd3787e897 to your computer and use it in GitHub Desktop.
Generate your React Native app icons in a single command line
ref: https://medium.com/bam-tech/generate-your-react-native-app-icons-in-a-single-command-line-145af2e329b2
remove alpha:
convert image.png -background white -alpha remove white.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment