How to properly setup screen with multiple FlashList #697
Unanswered
sebastienlabine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our use case we have multiple FlashList that need to be inside a "scrollview". The default pattern with FlatList was nest the next flastlist inside the ListFooterComponent. However this is giving us the warning
WARN FlashList's rendered size is not usable. Either the height or width is too small (<2px). Please make sure that the parent view of the list has a valid size. FlashList will match the size of the parent
.Is this still the best practice?
Beta Was this translation helpful? Give feedback.
All reactions