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
467 stars 69 forks source link

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. #48

Open moisesvni opened 3 years ago

moisesvni commented 3 years ago

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

image

Jmzp commented 2 years ago

I have the same problem

ehdwns980416 commented 1 year ago

+1

KaungKZ commented 1 year ago

+1

xuandac commented 1 year ago

isUsingFlatlist={false} This worked for me

GatecMobile commented 1 year ago

isUsingFlatlist={false} This worked for me

this plus wrapping the Timeline component with a plain View (flex:1) worked for me.