Eugnis / react-native-timeline-flatlist

FlatList based timeline component for React Native for iOS and Android
https://www.npmjs.com/package/react-native-timeline-flatlist
MIT License
478 stars 69 forks source link

Add scrollEnabled prop #83

Open simonarys opened 12 months ago

simonarys commented 12 months ago

Add a scrollEnabled prop to the Timeline that will be used by FlatList's own scrollEnabled prop. It allows to enable/disable the scroll behaviour of the Timeline.

ArnabXD commented 7 months ago

you can pass scrollEnabled to the options prop, anything you pass to options is added to the FL props.