0.1.2 • Published 2 years ago
react-native-keyboard-scrollview v0.1.2
React Native Keyboard Avoiding Input
React Native Keyboard Avoiding Input is a React Native package that solves the problem of input fields being covered by the iOS keyboard when it's open.
Installation
You can install the package to your project with the following command:
npm install react-native-keyboard-scrollviewor
yarn add react-native-keyboard-scrollviewExample
import KeyboardScrollView from 'react-native-keyboard-scrollview';
<KeyboardScrollView usingType="ios">
//...
</KeyboardScrollView>;Props
| Parametre | default | Açıklama |
|---|---|---|
usingType | string | select android, ios or both |
paddingSize | number | choose padding size default 350 |
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
we <3 tuta