react native gesture handler not working in android #2049
-
Beta Was this translation helpful? Give feedback.
Answered by
j-piasecki
May 12, 2022
Replies: 1 comment
-
The changes to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gokul1099
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The changes to
MainActivity
are not required since version 2.0.0, andRNGestureHandlerEnabledRootView
was removed in version 2.4.0 which may be the reason for the crash (there should be a link to the migration guide in the stack trace). Now simply need to wrap your app withGestureHandlerRootView
component.