Open nparoski opened 1 year ago
Describe the bug scrollEnabled and nestedScrollEnabled props when set to false don't disable scrolling.
scrollEnabled
nestedScrollEnabled
false
<NestableScrollContainer scrollEnabled={false} nestedScrollEnabled={false}
Same happens with NestableDraggableFlatList
NestableDraggableFlatList
<NestableDraggableFlatList scrollEnabled={false} nestedScrollEnabled={false}
Platform & Dependencies
Additional context Add any other context about the problem here.
Describe the bug
scrollEnabled
andnestedScrollEnabled
props when set tofalse
don't disable scrolling.Same happens with
NestableDraggableFlatList
Platform & Dependencies
Additional context Add any other context about the problem here.