Change the App Icon for React Native Apps on iOS
We’ll replace the default App Icon on iOS with a custom app icon image.
App icon
- Open project in Xcode
- Select Images.xcassets > AppIcon
- Drag and drop the image with correct resolution to each icon type - multiply the icon value by the pt value to get the dimensions (e.g. 3 x 20pt = 60x60 image)
- Uninstall, reinstall and relaunch app