diff --git a/docs/textinput.md b/docs/textinput.md index 6e831a04d12..f9b6e33008b 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -691,6 +691,16 @@ If `true`, allows TextInput to pass touch events to the parent component. This a --- +### `rows`
Android
+ +Sets the number of lines for a `TextInput`. Use it with multiline set to `true` to be able to fill the lines. + +| Type | +| ------ | +| number | + +--- + ### `scrollEnabled`
iOS
If `false`, scrolling of the text view will be disabled. The default value is `true`. Only works with `multiline={true}`.