Skip to content

Commit

Permalink
Update ContainerMixin to suppress keyboardShouldPersistTaps error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam West authored and cooperka committed Jun 23, 2017
1 parent 3708c05 commit 5d781e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/ContainerMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = {
style={viewStyle}
automaticallyAdjustContentInsets={false}
keyboardDismissMode='on-drag'
keyboardShouldPersistTaps="always"
keyboardShouldPersistTaps={true}

onTouchStart={this.props.scrollOnTap === true ? this._onTouchStart : null}
onScroll={this.props.scrollOnTap === true ? this._onScroll : null}
Expand Down

0 comments on commit 5d781e8

Please sign in to comment.