ios/* NOT RENAMED
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:
- Node: 18.15.0
- React Native: 0.71.4
- MacOS Monterey: 12.6.2
Message when I run npx react-native-rename "My App" -b "com.myapp"
Hi @huukhuong25, this is fine. "Not renamed" because these files don't exist in your project.
@huukhuong25 have tried running your app? it should show the new name. let me know how it goes.
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.
same problem here
Have you fixed it yet?
Same bug
Facing the same problem as above My folder names also contains underscore