JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q47262F
  • License MIT

A list of components and tools that help to work with the keyboard in react-native

Package Exports

  • react-native-keyboard-tools

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-keyboard-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-keyboard-tools

A list of components and tools that help to work with the keyboard in react-native

KeyboardAwareScrollView

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.

Installation

Installation can be done through npm or yarn:

npm i react-native-keyboard-tools --save
yarn add react-native-keyboard-tools

Usage

import { KeyboardAwareScrollView } from 'react-native-keyboard-aware-scroll-view'
<KeyboardAwareScrollView>
  <View>
    <TextInput />
  </View>
  <View>
    <TextInput />
  </View>
  <View>
    <TextInput />
  </View>
</KeyboardAwareScrollView>

License

MIT.

Author

Andrii Tiertyshnyi

Inspired

By https://github.com/wix/react-native-keyboard-aware-scrollview