react-native-rename icon indicating copy to clipboard operation
react-native-rename copied to clipboard

ios/* NOT RENAMED

Open huukhuong25 opened this issue 2 years ago • 7 comments

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"

Screen Shot 2023-03-23 at 12 13 29 AM

huukhuong25 avatar Mar 22 '23 17:03 huukhuong25

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

junedomingo avatar Mar 27 '23 04:03 junedomingo

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

junedomingo avatar Mar 27 '23 04:03 junedomingo

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.

huukhuong25 avatar Mar 27 '23 05:03 huukhuong25

same problem here

netodomingos avatar Aug 14 '23 12:08 netodomingos

Have you fixed it yet?

vnphu avatar Jan 23 '24 02:01 vnphu

Same bug

TrejoCode avatar Feb 07 '24 21:02 TrejoCode

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

AbdulBasit-Kagzi avatar Jun 28 '24 06:06 AbdulBasit-Kagzi