Change the android app display name
Feb 5, 2023
Follow the below steps to change the application display name only when building an android app with react native:
- Go to android/app/src/main/values/strings.xml
- Change the value between string tags with the name property of “app-name”:
<string name=”app_name”>Add Your App Name Here</string> - Rerun your application.