Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 29, 2021 · 5 comments

Comments

@moisesvni
Copy link

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

image

@Jmzp
Copy link

Jmzp commented Dec 15, 2021

I have the same problem

@ehdwns980416
Copy link

+1

1 similar comment
@KaungKZ
Copy link

KaungKZ commented Apr 23, 2023

+1

@xuandac
Copy link

xuandac commented Apr 27, 2023

isUsingFlatlist={false}
This worked for me

@GatecMobile
Copy link

isUsingFlatlist={false} This worked for me

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants