Eugnis/react-native-timeline-flatlist

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.

Opened this issue · 5 comments

when I add the timeline component to a view that has scrollViews

image

Jmzp commented

I have the same problem

+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.