react-native-rename
react-native-rename copied to clipboard
Android Bundle name is not updated
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".
The same result, after change name i cant run my app cuz its has the diferent bundle name
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