April 2017
Intermediate to advanced
414 pages
8h 14m
English
In order to give your Android app an icon, we're going to navigate to the following folder in our repo: android/app/src/main/res.
Then, add an icon image renamed ic_launcher.png to each of the four folders with the corresponding dimensions:
Once you've added these images, run the react-native run-android command to build your app, and you should see the icons updated on the home screen of your Android Virtual Device.
For your convenience, app icons for the Android version of Friends have been made available in the repo pertaining to this chapter's code.
Read now
Unlock full access