react-native-responsive-keyboard-view
v1.0.0
Published
The responsive view when you open or close keyboard for React Native
Downloads
22
Maintainers
Readme
react-native-responsive-keyboard-view
The responsive view when you open or close keyboard for React Native
Demo
Installation
in Cli
npm i react-native-responsive-keyboard-view -S
in JavaScirpt
import ResponsiveKeyboardView from 'react-native-responsive-keyboard-view'
Usage
<ResponsiveKeyboardView>
<TextInput style={{height:40, borderColor: 'red', borderWidth: 1,}} />
</ResponsiveKeyboardView>
Contributing
Of course! Welcome :)
License
MIT