Change the android app display name

--

Follow the below steps to change the application display name only when building an android app with react native:

  1. Go to android/app/src/main/values/strings.xml
  2. Change the value between string tags with the name property of “app-name”:
    <string name=”app_name”>Add Your App Name Here</string>
  3. Rerun your application.

--

--

Chanchala Gorale
Chanchala Gorale

Written by Chanchala Gorale

Founder | Product Manager | Software Developer

No responses yet