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

Android Bundle name is not updated

Open dejawho opened this issue 10 months ago • 2 comments

Versione 3.2.14, the bundlename in android files is not updated

This is the command and the output

PS C:\Users\fff\git\YouCoachApp2\youcoach-app> npx react-native-rename@latest "newname" -b "com.newbundle2" ios\ffbc2 NOT RENAMED ios\ffbc2\ffbc2.entitlements NOT RENAMED ios\ffbc2\ffbc2Release.entitlements NOT RENAMED ios\ffbc2-tvOS NOT RENAMED ios\ffbc2-tvOSTests NOT RENAMED ios\ffbc2.xcworkspace NOT RENAMED ios\ffbc2Tests NOT RENAMED ios\ffbc2Tests\ffbc2Tests.m NOT RENAMED ios\ffbc2.xcodeproj NOT RENAMED ios\ffbc2.xcodeproj\xcshareddata\xcschemes\ffbc2-tvOS.xcscheme NOT RENAMED ios\ffbc2.xcodeproj\xcshareddata\xcschemes\ffbc2.xcscheme NOT RENAMED ios\ffbc2-Bridging-Header.h NOT RENAMED android\app\src\main\res\values\strings.xml UPDATED Done removing builds.

SUCCESS! 🎉 🎉 🎉 Your app has been renamed to "newname".

dejawho avatar Apr 10 '24 18:04 dejawho

image

The same result, after change name i cant run my app cuz its has the diferent bundle name

lowright avatar May 07 '24 22:05 lowright

I had the same error with version 3.2.14, it only updated the iOS dependencies but not the Android ones, install version 3.2.13 and it was perfect

obertogustavo10 avatar May 13 '24 15:05 obertogustavo10