Open huukhuong25 opened 1 year ago
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
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"