wix-incubator / react-native-keyboard-aware-scrollview

Created by artald
MIT License
489 stars 97 forks source link

Disable scroll when keyboard is hidden #40

Open v-ken opened 5 years ago

v-ken commented 5 years ago

In some cases, it would be good for the scroll view to behave like a normal view and not be able to scroll unless the keyboard is up.

This update adds a prop disableScrollWhenKeyboardHidden that adds this behaviour.