It's simple issue but I don't know how to do it. I'm looking for some references, but there are problems.
- I'm using
react-native : 0.60.5. Hence there is noejectmethod or command. - The project was not created with
expo. After I referenced How to Rename A React Native App and error Unrecognized command "eject", then I follow the process below.
- change the
app.json'snameanddiplayNamefield to name which I want to change - remove
android/andios/directory - use
react-native upgrade --legacy true
- change the
But there is no change on the project name and app name.
Is there any way to change the project and app name? Thanks.