react-native-timeline-flatlist icon indicating copy to clipboard operation
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.

Open moisesvni opened this issue 3 years ago • 5 comments

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

image

moisesvni avatar Jun 29 '21 18:06 moisesvni

I have the same problem

Jmzp avatar Dec 15 '21 20:12 Jmzp

+1

ehdwns980416 avatar Nov 10 '22 14:11 ehdwns980416

+1

KaungKZ avatar Apr 23 '23 17:04 KaungKZ

isUsingFlatlist={false} This worked for me

xuandac avatar Apr 27 '23 08:04 xuandac

isUsingFlatlist={false} This worked for me

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

GatecMobile avatar Jul 31 '23 16:07 GatecMobile