Change App Name In React Native

Overload119 picture Overload119 · Jan 14, 2016 · Viewed 138.5k times · Source

I'm trying to figure out how to change a ReactNative app name. The installed APK on my device is simply "App", with the Android icon. How can I change this?

I've tried changing package.json and re-running react-native upgrade but it didn't update AndroidManifest.xml

Answer

diedu picture diedu · Jan 14, 2016

The generator does not override the strings.xml file located in android/app/src/main/res/values/, so you have to change the app_name variable manually