computerjazz / react-native-draggable-flatlist

A drag-and-drop-enabled FlatList for React Native
MIT License
1.95k stars 410 forks source link

When using NestableScrollContainer can't disable scroll #505

Open nparoski opened 1 year ago

nparoski commented 1 year ago

Describe the bug scrollEnabled and nestedScrollEnabled props when set to false don't disable scrolling.

    <NestableScrollContainer
      scrollEnabled={false}
      nestedScrollEnabled={false}

Same happens with NestableDraggableFlatList

  <NestableDraggableFlatList
    scrollEnabled={false}
    nestedScrollEnabled={false}

Platform & Dependencies

Additional context Add any other context about the problem here.