react-native-textarea-resizable
v1.1.5
Published
Textarea component auto resizable. It grows when text is bigger
Readme
react-native-textarea-resizable
Textarea component auto resizable. It grows when text is bigger
Installation
npm install react-native-textarea-resizableor
yarn add react-native-textarea-resizableUsage
import TextAreaResizable from 'react-native-textarea-resizable'
// ...
<TextAreaResizable />Props
| Name | Description | Type | Default | Required? | | -------- | ----------- | ------- | ------- | --------- | | minRows | | number | 1 | false | | maxRows | | number | 6 | false | | disabled | | boolean | false | false |
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
