Closed BSDevCode closed 3 years ago
Same issue here. I'm also on same version (0.62).
No App crash with no error on console. I tried gradle clean
and various other command but no luck.
I have set the app name containing 2 words (with a space) but when I check the app drawer the app shows just first word.
yeah, no error app or console, i try with a name like Konan, no space or other, new bundle was... com.company.konan, before was com.company, maybe this is the problem?!? i hope that who made this package fix it, since i need it, i need to change my app name many time, because i build app that call api... maybe someone have other way to change app name and bundle ?
same issue, react native 0.62
app crashes on start
i think the issue is because some new files are introduces with RN 0.62
i found the package was not able to change the package name at three files -
(android/app/BUCK)
(android/app/src/debug/java/com/<YourAppName>)
(android/app/src/main/java/com/<YourAppName>)
changing the bundle identifier manually at these files fixed the issue for me
same problem :/
I solved it using this : https://github.com/mayconmesquita/react-native-rename-next
this issue was for me. the problem that package removes MainActivity.java file. you have to restore it to the new directory and modify package name inside it too and MainApplication too
\android\app\src\main\java\com
Install react-native-rename globally and then: Steps to follow to change package and App Name Correctly:
The path of ReactNativeFlipper.java
is not changing on 2.6.0 latest.
Thanks @AliAmjadHassan, it's working for me 👍
Fixed in the last release v2.7.0
Hello, i try to change the application name & bundle installation on emulator working, when i try to open the app, it crash... no error... just crash and still crash...
"react-native": "0.62.2"
any help? how i can fix it?command runned is:
react-native-rename "NewName" -b com.company.newname
thanks!