Skip to content

Instantly share code, notes, and snippets.

@mgaebler
Last active April 29, 2020 18:36
Show Gist options
  • Save mgaebler/efa89be2d19ce106e15ef1c0e6f93c19 to your computer and use it in GitHub Desktop.
Save mgaebler/efa89be2d19ce106e15ef1c0e6f93c19 to your computer and use it in GitHub Desktop.
react-native

create app icons

how to

https://medium.com/google-design/designing-adaptive-icons-515af294c783

Generator

react-native-make

https://github.com/bamlab/react-native-make

rn-toolbox

Create a square image of at least 2208x2208 pixels Make sure to have plenty of margin around your symbol

Next, install the toolbox as well as ImageMagick:

npm install -g yo@2.0.5 generator-rn-toolbox@3.8.0
brew install imagemagick

Now place your image inside of your project, close the workspace inside of XCode and run the following command:

yo rn-toolbox:assets --splash image.png --ios

source: https://developer.okta.com/blog/2019/04/05/react-native-ios-app-store

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment