@rlemasquerier/react-native-keyboard-scrollview
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

react-native-keyboard-scrollview

A react-native scrollview that will avoid the keyboard when focusing some inputs

Preview

gif preview

Installation

npm install @rlemasquerier/react-native-keyboard-scrollview

Usage

import { KeyboardScrollView } from '@rlemasquerier/react-native-keyboard-scrollview';

// ...

<KeyboardScrollView
    contentContainerStyle={styles.container}
    additionalScrollHeight={20}
>
    <SomeScrollableContent />
    { /*... */ }
</KeyboardScrollView>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i @rlemasquerier/react-native-keyboard-scrollview

Weekly Downloads

23

Version

0.2.1

License

MIT

Unpacked Size

32.4 kB

Total Files

17

Last publish

Collaborators

  • rlemasquerier