A react-native scrollview that will avoid the keyboard when focusing some inputs
npm install @rlemasquerier/react-native-keyboard-scrollview
import { KeyboardScrollView } from '@rlemasquerier/react-native-keyboard-scrollview';
// ...
<KeyboardScrollView
contentContainerStyle={styles.container}
additionalScrollHeight={20}
>
<SomeScrollableContent />
{ /*... */ }
</KeyboardScrollView>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library