Horizontal list with multiple rows #571
Mohamed-kassim
started this conversation in
General
Replies: 3 comments 1 reply
-
Hey @Mohamed-kassim, thanks for you message. I converted this to a discussion as we don't consider this a bug. Can you send a screenshot of what you are trying to achieve? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@davebcn87 sorry for bothering, just a reminder |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Mohamed-kassim Unfortunately, FlashList can only do one item per column when in horizontal mode. A quick workaround can be to wrap your entire column in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any recommended way for implementing a horizontal list with multiple rows, it's easy to implement in Flipkart/RecyclerListView as we provide height and width to the layout handler
also I don't think wrapping the list with scroll view like this solution, is the performant one
https://stackoverflow.com/questions/45939823/react-native-horizontal-flatlist-with-multiple-rows
Beta Was this translation helpful? Give feedback.
All reactions