Skip to content

numandev1/react-native-keyboardawareview-spacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-keyboardawareview-spacer

npm version npm total downloads

Installation

npm install react-native-keyboardawareview-spacer --save

Usage

import KeyboardAwareViewSpacer from "react-native-keyboardawareview-spacer";

<KeyboardAwareViewSpacer>
  <View>
    <TextInput />
    <Button title="Send" />
  </View>
</KeyboardAwareViewSpacer>;

Expo Snack Example

https://snack.expo.io/@nomi9995/react-native-keyboardawareview-spacer

Props

Prop Type Default Description
extraSpace number 0 Extra space between the keyboard and your View.
disabled boolean false enable or disable.

About

it is useful when you use Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published