Description:
This is a text input scrollView component for React Native.
Features:
- When the keyboard pops up, the
TextInputwill automatically adjust to the top of the keyboard. - When the keyboard pops up, the content of the
ScrollViewwill not be obscured by the keyboard. - When multiline
TextInputgets focus, the selected cursor will be automatically adjusted to the top of the keyboard. - When the multiline
TextInputcreate new line, the new line will automatically adjust to the top of the keyboard. - Put your finger on top of
TextInputand slideScrollView, when you lift your finger, theTextInputwill not get focus.
Installation:
# Yarn $ yarn add react-native-input-scroll-view # NPM $ npm install react-native-input-scroll-view --save
