react-native-keyboard-spacer-view

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i react-native-keyboard-spacer-view

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

3.7 kB

Total Files

3

Last publish

Collaborators

  • eriveltonelias