-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package name not updating in custom java files #271
Comments
I am having the same issue where the imports of the custom java files are not renamed |
Also having this issue |
Has anyone found a solution to this, and how did they solve it |
@Davidon4 We ended up manually creating the required Java files for each build flavor dir in android/src/ |
But rebuilding it again, wouldn't it remove this update when there is an update or a new install with node module |
I'm having the same issue with the imports in Kotlin files. Any chance it gets resolved? |
I create a PR with fix. meanwhile, I publish this fix with name Link. |
Describe the bug
package name is not updating in the custom java files
To Reproduce
Steps to reproduce the behavior:
rename with the latest version
Expected behavior
Expected all files with current package name to be updated
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: