Hi, I'm working on a Native app using the ToggleButtons widget. I want the widget to wrap to 2 lines, when there are an X-number of items in the list (i.e. over 3 items). I haven't been able to get it to flex/wrap beyond the single row. Has any one been able to get the Toggles to take up 2+ rows?
asked
Ashley Ramsay
1 answers
0
Are you sure about the flexDirection as column? If you want it to wrap as rows, I think that flexDirection: “row” would do the trick