Skip to content

Commit 3e2ae4f

Browse files
Merge pull request #138 from Swordsman-Inaction/fix-136
Fix issue 136
2 parents 79e5fda + 48304c9 commit 3e2ae4f

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
@@ -27,6 +27,7 @@ const KeyboardAwareListView = createReactClass({
2727
ref='_rnkasv_keyboardView'
2828
keyboardDismissMode='interactive'
2929
contentInset={{bottom: this.state.keyboardSpace}}
30+
automaticallyAdjustContentInsets={false}
3031
showsVerticalScrollIndicator={true}
3132
scrollEventThrottle={0}
3233
{...this.props}

lib/KeyboardAwareScrollView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const KeyboardAwareScrollView = createReactClass({
2828
ref='_rnkasv_keyboardView'
2929
keyboardDismissMode='interactive'
3030
contentInset={{bottom: this.state.keyboardSpace}}
31+
automaticallyAdjustContentInsets={false}
3132
showsVerticalScrollIndicator={true}
3233
scrollEventThrottle={0}
3334
{...this.props}

0 commit comments

Comments
 (0)