deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 235 forks source link

Is it possible to use this library into scrollview? #120

Closed ilnurYalal closed 6 years ago

ilnurYalal commented 6 years ago

I am going to use this library to sort the data, but the phone height is too small to add some components including this. so I should use ScrollView as a parent View, and in the ScrollView, there are some components including this. Please let me know if it is possible or not.

Thank you!

nihgwu commented 6 years ago

I think it's viable, you can disable the outer Scrollview when the sortable listview is activated, but it's always buggy with nesting scrolviews even not sortable