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

fix: check arch to decide if module is turbomodule #488

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

WoLewicki
Copy link
Contributor

@WoLewicki WoLewicki commented Apr 9, 2024

Summary

PR adding check for arch to decide if module is turbomodule since TurboModule::class.java.isAssignableFrom(moduleClass) should not be used anymore. It works since the behavior has been restored: facebook/react-native#43213 but I think it is better to be prepared if it would be changed somewhere in the future.

Test Plan

@janicduplessis
Copy link
Member

Thanks @WoLewicki !

@janicduplessis janicduplessis merged commit 49408ca into th3rdwave:main Apr 9, 2024
1 of 2 checks passed
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