junedomingo / react-native-rename

Rename react-native app with just one command
MIT License
2.63k stars 261 forks source link

ios/* NOT RENAMED #216

Open huukhuong25 opened 1 year ago

huukhuong25 commented 1 year ago

Hi, sorry for my English... Thanks for your react-native-rename. It's really helpful for me!! But while using it i got a rather annoying error: it runs fine with Android but an error occurs when renaming IOS. My programming environment:

Message when I run npx react-native-rename "My App" -b "com.myapp"

Screen Shot 2023-03-23 at 12 13 29 AM
junedomingo commented 1 year ago

Hi @huukhuong25, this is fine. "Not renamed" because these files don't exist in your project.

junedomingo commented 1 year ago

@huukhuong25 have tried running your app? it should show the new name. let me know how it goes.

huukhuong25 commented 1 year ago

I try create 2 projects: npx react-native init ExampleApp npx react-native init Example_App And run this command: npx react-native-rename "My App" -b "com.myapp" Result: ExampleApp is rename successfully. Example_App get message NOT RENAMED in ios/* folder I think the bug is caused by the underscore.

netodomingos commented 1 year ago

same problem here

vnphu commented 9 months ago

Have you fixed it yet?

TrejoCode commented 9 months ago

Same bug

AbdulBasit-Kagzi commented 4 months ago

Facing the same problem as above My folder names also contains underscore