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.
But instead of fail, we can additionaly parse app/build.gradle file to find applicationId field and extract it from there
In react-native template started from 0.71
AndroidManifest.xml
doesn't containpackage
field anymore (upgrade-helper link) andreact-native-rename
will fail in trying to find them.But instead of fail, we can additionaly parse
app/build.gradle
file to findapplicationId
field and extract it from there