Skip to content

Commit

Permalink
docs(textinput): added ios_lineBreakStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Sep 27, 2021
1 parent 470e6fe commit d289171
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,16 @@ Set text break strategy on Android API Level 23+, possible values are `simple`,

---

### `ios_lineBreakStrategy` <div class="label ios">iOS</div>

Set line break strategy on iOS 14+. possible values are `none`, `standard`, `hangul-word`, `push-out`.

| Type | Required | Platform |
| ----------------------------------------------------------- | -------- | -------- |
| enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | No | iOS |

---

### `underlineColorAndroid` <div class="label android">Android</div>

The color of the `TextInput` underline.
Expand Down

0 comments on commit d289171

Please sign in to comment.