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
The following steps must be followed while renaming Project/app in react Native 1. create a new folder test
Copy and paste all files from demo to test folder
Change the name in package.json file
Change the name in package-lock.json file
Change the name in App.json file
Delete /ios and /android folders
Run react-native eject command to create /ios and /android folders again
run react-native link for any external dependency.
finally run your app by using react-native run-android command.
Form more information visit https://youtu.be/_lgH9LXf818