Skip to content

Conversation

@j-piasecki
Copy link
Member

@j-piasecki j-piasecki commented Mar 17, 2022

Description

tryInitializeHandlerForReactRootView was causing crashes, especially with combination with CodePush. RNGestureHandlerEnabledRootView was deprecated in version 2.0.0 in favor of GestureHandlerRootView component and this PR removes implementation of RNGestureHandlerEnabledRootView and code responsible for interactions with it.
Adds a new page in docs explaining how to migrate to GestureHandlerRootView.

Potentially fixes #1675.

Test plan

Checked on the Example app

@j-piasecki j-piasecki changed the title Skip initalization of RNGestureHandlerEnabledRootView when it's not used Effectively remove RNGestureHandlerEnabledRootView Mar 23, 2022
@leofolive
Copy link

@j-piasecki Hi, very happy to see that you found a way to solve this problem. When can this be merged?

@j-piasecki
Copy link
Member Author

@LFMAKER It should be merged after @kmagiera gives it a green light, but hopefully soon.

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.

Could not find root view for a given ancestor with tag

4 participants