Skip to content

elenitaex5/react-native-textarea-resizable

Repository files navigation

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

About

Textarea component grows as text is bigger

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published