Skip to content

eriveltonelias/react-native-keyboard-spacer-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-keyboard-spacer-view

npm version npm total downloads

Installation

npm install react-native-keyboard-spacer-view --save

Usage

import KeyboardSpaceView from 'react-native-keyboard-spacer-view';


<KeyboardSpaceView>
  <View>
    <TextInput/>
    <Button title='Send'/>
  </View>
</KeyboardSpaceView>

IOS View Example

Expo Snack Example

https://snack.expo.io/@eriveltonelias/react-native-keyboard-spacer-view

Props

Prop Type Default Description
extraSpace number 0 Extra space between the keyboard and your View.

About

A quick way and easy to wrapper your components above your keyboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published