Open
Description
If the RecyclerView
's height is wrap_content, only one line of items will be shown and we should scroll the RecyclerView
to see the second line(FlexDirection
is ROW
). It was said that if FlexWrap
is set to WRAP
, multiple lines will be shown but the fact is not like that. Please support this, thanks.