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.
1 parent 6dd0212 commit 48304c9Copy full SHA for 48304c9
lib/KeyboardAwareListView.js
@@ -25,6 +25,7 @@ const KeyboardAwareListView = React.createClass({
25
ref='_rnkasv_keyboardView'
26
keyboardDismissMode='interactive'
27
contentInset={{bottom: this.state.keyboardSpace}}
28
+ automaticallyAdjustContentInsets={false}
29
showsVerticalScrollIndicator={true}
30
scrollEventThrottle={0}
31
{...this.props}
lib/KeyboardAwareScrollView.js
@@ -26,6 +26,7 @@ const KeyboardAwareScrollView = React.createClass({
32
0 commit comments