-
Notifications
You must be signed in to change notification settings - Fork 190
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
Support for FlatList #157
Comments
I am facing the same issue currently is there a way to resolve this? |
never mind i solved it by adding scrollEnabled={false} to the flatlist and moving my scroll logic to the Header as suggested |
@phwed Do you mind sharing how exactly you implemented the scroll logic in the Header? I'm trying to have a top text that disappears, a search bar underneath that stays stickied, and a sectionList underneath that but can't get it working properly. |
@SvenNussgruber
so u can basically add your own animated opacity style to handle the top text that appears with respect to the animated scroll value. link to docs:: |
|
Support for FlatList
I'm submitting a ...
If bug, used module version
0.4.0
What is the current behavior?
-On IOS,
FlatList
sometimes stuck, and user is unable to scroll down.-On Android
FlatList
is scrollable without Header moving.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Solution Idea
For non tabbed components we can try to detect
FlatList
and replaceScrollableTabView
toReact.cloneElement()
clonedFlatList
. But no idea what we can do withTabbedHeader
.Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: