0.0.3 • Published 5 years ago

react-native-keyboard-spacer-view v0.0.3

Weekly downloads
98
License
ISC
Repository
github
Last release
5 years ago

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

PropTypeDefaultDescription
extraSpacenumber0Extra space between the keyboard and your View.