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

Break with latest react-native-gesture-handler dependency? #146

Open
MPDubs opened this issue Mar 7, 2022 · 0 comments
Open

Break with latest react-native-gesture-handler dependency? #146

MPDubs opened this issue Mar 7, 2022 · 0 comments

Comments

@MPDubs
Copy link

MPDubs commented Mar 7, 2022

Getting the error "Invariant Violation: requireNativeComponent: "RNGestureHandlerRootView was not found in the UIManager" when trying to render the <Chart></Chart>.

Invariant Violation: requireNativeComponent: "RNGestureHandlerRootView" was not found in the UIManager.

This error is located at:
in RNGestureHandlerRootView (created by GestureHandlerRootView)
in GestureHandlerRootView
in RCTView (created by View)
in View
in Unknown
in RCTView (created by View)[...]

This has occurred since the update of react-native-gesture-handler to version 2.3.0. I was able to get rid of this breaking error by downgrading the react-native-gesture-handler dependency to version 2.2.0.

So, at this time, it seems like [react-native-responsive-linechart] does not work correctly with the up-to-date version of react-native-gesture-handler? Is anyone else running into this issue? I could be completely missing something.

@MPDubs MPDubs changed the title Break with up-to-date react-native-gesture-handler dependency? Break with latest react-native-gesture-handler dependency? Mar 7, 2022
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

No branches or pull requests

1 participant