Can't get it to work on android #418
Answered
by
MatiPl01
bruno-kwemoi
asked this question in
Q&A
-
Hi there, I'm new to this library, and I have been testing out the examples. While they work seamlessly well in iOS, I'm unable to get it to work on Android. Is there something I'm missing? Here is a snack I'm working with https://snack.expo.dev/@kwemoi/sortables-fragment |
Beta Was this translation helpful? Give feedback.
Answered by
MatiPl01
Jun 30, 2025
Replies: 1 comment
-
Hey @bruno-kwemoi! Yes, you are missing this component in which you have to wrapp all code that uses gesture handler: <GestureHandlerRootView style={{ flex: 1 }}>
...
</GestureHandlerRootView> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bruno-kwemoi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @bruno-kwemoi!
Yes, you are missing this component in which you have to wrapp all code that uses gesture handler: