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

Android package name case sensitiveness.

Open oidoug opened this issue 6 years ago • 1 comments

Hi, thanks for the great package, being using it a lot.

But I got into a pesky problem. On Android, some of my app package names already on play store have upper case letters. rn-rename (on line 81 and in other parts) set the bundleid toLowerCase(). Google doesn't allow the package name to change.

Is there a way I'm missing to keep the case sensitiveness on renaming the Android project? If not, I'm considering developing this feature in rn-rename myself. In that case, what would be the right way to do it?

Thanks in advance.

oidoug avatar Mar 13 '18 12:03 oidoug

It seems like some people may want an option to specify the Android package name for the APK and have this different than the source package name (which I believe has to be lowercase).

ajcrites avatar Nov 01 '18 14:11 ajcrites

Closing, check v3

junedomingo avatar Dec 26 '22 09:12 junedomingo

I faced the same issue, DataBinding does not work with my package name because it has upper letters. My App is already published on google play. So I changed package name upper letters to small letters in all project and in namespace But  I left only applicationId with old package name (with upper litters)

And it work fine, and I uploaded my app to google play successfully.

01madbouly avatar Jun 17 '23 07:06 01madbouly

@01madbouly what version of rnr are you on?

junedomingo avatar Jun 19 '23 02:06 junedomingo