I have renamed my project using the react-native-rename package.
It works fine on Android, however all the files in my ios
folder still have refs to my old project name. How can I change them?
I have renamed my project using the react-native-rename package.
It works fine on Android, however all the files in my ios
folder still have refs to my old project name. How can I change them?
Delete the IOS folder, then rebuild it again in with react-native. I guess that's your easiest solution.