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 name of the app

PreviousChange the app iconNextBuilding a splash screen in React Native

Last updated 3 years ago

Was this helpful?

Changing the app name on iOS

To change the app name on iOS, open the project in Xcode, select the project in the left navigation panel, then choose General and modify the Display Name (the first field).

Once changed, re-run the project in Xcode, and you’ll notice the app name has changed.

Changing the app name on Android

To change the name of the Android app, you simply need to open android/app/src/main/res/values/strings.xml file, and modify the app_name value to the new app name.

Now re-run the app, and you’ll notice its name has changed.

image - 14
image - 15