0.1.2 • Published 10 months ago

react-native-keyboard-scrollview v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

ParametredefaultAçıklama
usingTypestringselect android, ios or both
paddingSizenumberchoose 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

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago