1.0.6 • Published 3 years ago

react-native-keyboard-view-space v1.0.6

Weekly downloads
68
License
MIT
Repository
github
Last release
3 years ago

React-native-keyboard-spacer

Status
DependenciesDependencies
Packagenpm package version npm downloads Type definitions

Description

React-native-keyboard-spacer animates the sliding up of your child component whenever keyboard appears.

Installation

npm i react-native-keyboard-view-space

and then import it in your component

import KeyboardViewSpacer from 'react-native-keyboard-view-space'

and finally use it like this

<KeyboardViewSpacer>
      //child Components 
      
</KeyboardViewSpacer>

Real World Example Code

Note: Here is the JSX code and the relavent styling for the above gif UI.