junedomingo / react-native-rename

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

Parse app/build.gradle additionaly to find packageId #180

Closed whalemare closed 1 year ago

whalemare commented 1 year ago

In react-native template started from 0.71 AndroidManifest.xml doesn't contain package field anymore (upgrade-helper link) and react-native-rename will fail in trying to find them.

Снимок экрана 2023-01-15 в 12 00 30

But instead of fail, we can additionaly parse app/build.gradle file to find applicationId field and extract it from there

junedomingo commented 1 year ago

Thanks, @whalemare !