junedomingo / react-native-rename

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

Renamed BUCK file cause unchanged bundle identifiers #127

Closed momsse closed 3 years ago

momsse commented 3 years ago

Hi,

Thanks for the great job done with that package 👌

It seems that react-native@0.63.4 renamed android/app/BUCK to android/app/_BUCK. Bundle identifier still unchanged after -b bundleIdentifier run.

If the change is easy as adding the correct file in that line, I can help doing a PR for fixing that:

https://github.com/junedomingo/react-native-rename/blob/03ba1c733bfa01641f3c6762a37168f8c3ca99f8/src/config/bundleIdentifiers.js#L13

vomchik commented 3 years ago

Fixed in v2.7.1