Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 808 Bytes

File metadata and controls

41 lines (26 loc) · 808 Bytes

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