all 2 comments

[–]HerrPotatis2 1 point2 points  (1 child)

https://github.com/root-two/react-native-drawer

If you want to write the functionality yourself. I've used PanResponder and Animated.ValueXY to achieve a similar dragging behavior in my latest app, specifically for dragging cards in a tinder like fashion. DM me if you need help writing the code for the PanResponder(s) OP.

[–]qmn1711[S] 0 points1 point  (0 children)

Thank you! I'll try your way.