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