We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e5fda + 48304c9 commit 3e2ae4fCopy full SHA for 3e2ae4f
lib/KeyboardAwareListView.js
@@ -27,6 +27,7 @@ const KeyboardAwareListView = createReactClass({
27
ref='_rnkasv_keyboardView'
28
keyboardDismissMode='interactive'
29
contentInset={{bottom: this.state.keyboardSpace}}
30
+ automaticallyAdjustContentInsets={false}
31
showsVerticalScrollIndicator={true}
32
scrollEventThrottle={0}
33
{...this.props}
lib/KeyboardAwareScrollView.js
@@ -28,6 +28,7 @@ const KeyboardAwareScrollView = createReactClass({
34
0 commit comments