diff --git a/docs/text.md b/docs/text.md
index e5ad0c17745..2fe4b519815 100644
--- a/docs/text.md
+++ b/docs/text.md
@@ -659,6 +659,16 @@ It allows the user to select text and to use the native copy and paste functiona
| -------------------------------------------------------- | ------- |
| enum(`'auto'`, `'text'`, `'none'`, `'contain'`, `'all'`) | `none` |
+---
+
+### `lineBreakStrategyIOS`
iOS
+
+Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `hangul-word` and `push-out`.
+
+| Type | Default |
+| ----------------------------------------------------------- | -------- |
+| enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | `'none'` |
+
## Type Definitions
### TextLayout
diff --git a/docs/textinput.md b/docs/textinput.md
index 9d09ee2211e..0bd5cf0e143 100644
--- a/docs/textinput.md
+++ b/docs/textinput.md
@@ -945,6 +945,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi
| ------ |
| string |
+---
+
+### `lineBreakStrategyIOS` iOS
+
+Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `hangul-word` and `push-out`.
+
+| Type | Default |
+| ----------------------------------------------------------- | -------- |
+| enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | `'none'` |
+
## Methods
### `.focus()`