-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthacktoberfest
Description
Support for FlatList
-
I'm submitting a ...
- bug report
- feature request
- support request
-
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 AndroidFlatList
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
- Open example
- Select Quiz
-
Solution Idea
For non tabbed components we can try to detectFlatList
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)
IOS | Android |
---|---|
![]() |
![]() |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthacktoberfest