0

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?

Bomber
  • 10,195
  • 24
  • 90
  • 167
  • 1
    you can refer to : https://stackoverflow.com/questions/33370175/how-do-i-completely-rename-an-xcode-project-i-e-inclusive-of-folders – Deepak Jul 27 '18 at 13:32

1 Answers1

0

Delete the IOS folder, then rebuild it again in with react-native. I guess that's your easiest solution.

Abd Rmdn
  • 480
  • 4
  • 11