Instructions Restaurant- App
  • Introduction to Restaurant App
  • Will need:
  • Necessary facilities
  • The React Native CLI
  • FIREBASE PROJECT
  • Web Application
    • Web Application Settings
  • MOBILE APPLICACTION
    • Mobile App
      • Login
      • iOS Firebase
      • Firebase - Android
  • Running the Application
    • iOS
    • Android
  • Change the app icon
  • Change the name of the app
  • Building a splash screen in React Native
    • iOS
    • Android
  • Possible React Native Errors While Running
  • FAQs
Powered by GitBook
On this page

Was this helpful?

Change the app icon

PreviousAndroidNextChange the name of the app

Last updated 3 years ago

Was this helpful?

The quickest way to change the app logo of an iOS app is this:

  1. Prepare a 1024x1024px app icon (you’ll need this for the App Store too)

  2. Head over to to generate all the app icon sizes needed for the app automatically.

  3. iOS: Download the AppIcon.appiconset folder and override the existing one at ios/Assets.xcassets/AppIcon.appiconset

  4. Android: Copy the folders from the downloaded “android” directory and override the subfolders of android/app/src/main/res

That’s it. Your AppIcon should look like this in Xcode now:

And for Android:

makeappicon
image - 13