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

Load RNGestureHandlerModule lazily on iOS #3166

Merged
merged 2 commits into from Apr 11, 2022
Merged

Conversation

j-piasecki
Copy link
Member

Description

At the time, the RNGestureHandlerModule is loaded when the createReanimatedModule method is called. This causes RCTBridge required dispatch_sync to load RNGestureHandlerModule. warning to appear. This PR changes it, so the module is loaded only the first time the setGestureState function is called.

Test code and steps to reproduce

Install react-native-reanimated and react-native-gesture-handler and check if the warning appears.

Copy link
Member

@piaskowyk piaskowyk left a comment

Choose a reason for hiding this comment

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

@billnbell
Copy link

Can we get this out in a release?

@sofiamoniz
Copy link

Hi! I still get the warning :/

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.

None yet

4 participants