1.0.4 • Published 3 years ago

react-native-keyboard-aware-text-input v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-keyboard-aware-text-input

A simple component for a keyboard aware mutliline TextInput. The TextInput will shrink to fit entirly on the screen at all times. Animations are done with react-native-reanimated to give a buttery smooth feeling.

Demo

A demo is availabe as snack. Go take a bite.

Installation

Using yarn:

yarn add react-native-keyboard-aware-text-input

Using npm:

npm install react-native-keyboard-aware-text-input

Props

namedescriptiondefault
containerStyleStyle the container however you like. Make it look beautiful.{flexGrow: 1}
inputStyleStyle your TextInput however you like it. Make it look beautiful.{}
offsetOffset for the keyboard avoidance. Use a negative offset to account for views under the TextInput.0

License

MIT