@rlemasquerier/react-native-keyboard-scrollview
v0.2.1
Published
A react-native scrollview that will avoid the keyboard when focusing some inputs
Downloads
34
Maintainers
Readme
react-native-keyboard-scrollview
A react-native scrollview that will avoid the keyboard when focusing some inputs
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