Change App Name In React Native

前端 未结 14 767
滥情空心
滥情空心 2020-12-22 20:29

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

14条回答
  •  时光说笑
    2020-12-22 21:17

    You can try this

    1. Update displayName in app.json to the new name
    2. Delete ios/ and android/ directories
    3. Run react-native eject
    4. Run react-native link

提交回复
热议问题