react-native-keyboard-aware-text-input
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

name description default
containerStyle Style the container however you like. Make it look beautiful. {flexGrow: 1}
inputStyle Style your TextInput however you like it. Make it look beautiful. {}
offset Offset for the keyboard avoidance. Use a negative offset to account for views under the TextInput. 0

License

MIT

Package Sidebar

Install

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

Weekly Downloads

14

Version

1.0.4

License

MIT

Unpacked Size

11.7 kB

Total Files

6

Last publish

Collaborators

  • lkoehl