react-native-segmented-control / segmented-control

React Native SegmentedControl library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question / Feature: Button title newline support

adtm opened this issue · comments

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 "]}
... />

Screenshot 2020-08-04 at 19 44 08

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