Skip to content

Commit 48304c9

Browse files
Fix issue 136
1 parent 6dd0212 commit 48304c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/KeyboardAwareListView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const KeyboardAwareListView = React.createClass({
2525
ref='_rnkasv_keyboardView'
2626
keyboardDismissMode='interactive'
2727
contentInset={{bottom: this.state.keyboardSpace}}
28+
automaticallyAdjustContentInsets={false}
2829
showsVerticalScrollIndicator={true}
2930
scrollEventThrottle={0}
3031
{...this.props}

lib/KeyboardAwareScrollView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const KeyboardAwareScrollView = React.createClass({
2626
ref='_rnkasv_keyboardView'
2727
keyboardDismissMode='interactive'
2828
contentInset={{bottom: this.state.keyboardSpace}}
29+
automaticallyAdjustContentInsets={false}
2930
showsVerticalScrollIndicator={true}
3031
scrollEventThrottle={0}
3132
{...this.props}

0 commit comments

Comments
 (0)