segmented-control
segmented-control copied to clipboard
Question / Feature: Button title newline support
Question / Feature
Is it possible to have value titles with new lines, sometimes I manage to use the \t, but \n always jumps the text to a new line and it's not visible.
<SegmentedControlIOS
values={["Some Text \n Some Text "]}
... />

it works in Android but not on iOS... Did you manage to make it work on iOS @adtm ?