nuclearpasta / react-native-drax

A drag-and-drop system for React Native
MIT License
554 stars 68 forks source link

Why DraxView is not working as it should be with ScrollView? #51

Closed anupkmaharjan closed 4 years ago

anupkmaharjan commented 4 years ago

I am using the inside the when the is pressed it pops out from the original position and works smooth for all those which are visible, once we scroll it horizontally and pressed it, it do not pop out from position where it is pressed but comes out from the position where the is originally placed while loading. image

image

image

anupkmaharjan commented 4 years ago

I found the DraxScrollView and used it instead of ScrollView.

lafiosca commented 4 years ago

I’m sorry for not yet having more thorough documentation @anupkmaharjan