react-native-timeline-flatlist
react-native-timeline-flatlist copied to clipboard
Passing ref to FlatList through options doesn't work
I have the following functional component
const flatListRef = useRef(null)
<Timeline .... options = { { ref: flatListRef }} useFlatList={true}} />
No matter what i do flatListRef contains always null . Something is not working properly here
Instead of useFlatList, try isUsingFlatlist