react-native-keyboard-scrollview
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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-scrollview

or

yarn add react-native-keyboard-scrollview

Example

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

Package Sidebar

Install

npm i react-native-keyboard-scrollview

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

17.4 kB

Total Files

10

Last publish

Collaborators

  • ozcankrks