Additional Changes

how to change Additional things?

Change App icon

change app icon in iOS

Required minimum app icon 1024 * 1024 .png file You can convert it as per iOS app require from https://makeappicon.com/ It convert all size icon which is require for app

Go to the app > project > Assets > AppIcon > Replace all icon as per it's size

change app icon in Android

Place your app icon inside mipmap folder -> app\res\mipmap\

Icon of the name should be "ic_launcher.png"

Change splash icon

change splash icon in iOS

Go to the app > project > Assets > AppIcon > Replace all icon as per it's size

change splash icon in Android

Place your icon inside drawable folder -> app\res\drawable\splash_logo.png

Icon of the name should be "splash_logo.png"

And other change in splash screen to follow this link :

https://medium.com/handlebar-labs/how-to-add-a-splash-screen-to-a-react-native-app-ios-and-android-30a3cec835ae

Last updated