Skip to content

Avoid the keyboard in react native when using a ListView or ScrollView

License

Notifications You must be signed in to change notification settings

michaelcurtis/react-native-keyboard-padder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Keyboard Padder

Avoiding the keyboard when using a ListView or ScrollView in React Native is a headache. I modified Andr3wHur5t's great react native module to be able to avoid the keyboard when using a ListView and ScrollView. Original package below.

https://github.com/Andr3wHur5t/react-native-keyboard-spacer

image

Disclaimer

I haven't tested this on Android. Entirely possible there are better ways to do this.

Usage

Take a look at index.ios.js. I haven't created an NPM for it. So just copy keyboardpadder.js into your project as a component. It doesn't have any external dependencies.

License

MIT

About

Avoid the keyboard in react native when using a ListView or ScrollView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published