react-native-timeline-flatlist
react-native-timeline-flatlist copied to clipboard
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
when I add the timeline component to a view that has scrollViews
I have the same problem
+1
+1
isUsingFlatlist={false} This worked for me
isUsingFlatlist={false} This worked for me
this plus wrapping the Timeline component with a plain View (flex:1) worked for me.