Skip to content

A simple React Native library to handle keyboard related automatic scroll when focusing text inputs

License

Notifications You must be signed in to change notification settings

rlemasquerier/react-native-keyboard-scrollview

Repository files navigation

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

About

A simple React Native library to handle keyboard related automatic scroll when focusing text inputs

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published