Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 806 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 806 Bytes

react-native-textarea-resizable

Textarea component auto resizable. It grows when text is bigger

Installation

npm install react-native-textarea-resizable

or

yarn add react-native-textarea-resizable

Usage

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