Renaming a React Native project?

前端 未结 16 910
独厮守ぢ
独厮守ぢ 2020-11-28 02:45

Are there instructions for what needs to be changed in order to rename a React Native project? I have an app called something along the lines of MyAppIOS and I want to renam

16条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 03:07

    Solution worked for me is first change the name of the folder of your react-native project then

    npm install react-native-rename

    react-native-rename newName

    It works for me

提交回复
热议问题