Skip to content
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

Update devInternalSettings #38

Closed
wants to merge 0 commits into from

Conversation

alanjhughes
Copy link

Summary:

The ReactAndroidCodeTransformer did not make the necessary modifications during the RN upgrade.

@alanjhughes alanjhughes requested a review from Kudo October 15, 2024 13:01
Copy link

@Kudo Kudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do you think to fix the problem by updating ReactAndroidCodeTransformer?
we can do that after beta either.

@alanjhughes
Copy link
Author

@Kudo I've fixed it and added it to my android PR for the expo go migration. JavaParser is not really suitable for modifying kotlin code and RN will continue migrating classes to it so we so we should look for better solutions for doing this.

@Kudo
Copy link

Kudo commented Oct 15, 2024

@Kudo I've fixed it and added it to my android PR for the expo go migration. JavaParser is not really suitable for modifying kotlin code and RN will continue migrating classes to it so we so we should look for better solutions for doing this.

makes sense. in this case, maybe we can edit in-place and drop the ReactAndroidCodeTransformer. let's discuss this in sdk sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants