Skip to content

Commit

Permalink
Update keyboardShouldPersistTaps={true} -> ="always" (#95)
Browse files Browse the repository at this point in the history
* keyboardShouldPersistTaps={true} -> ="always"

* keyboardShouldPersistTaps={true} -> ="always"
  • Loading branch information
derHowie authored and cooperka committed Apr 15, 2017
1 parent 5ac2807 commit 109d890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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={true}
keyboardShouldPersistTaps="always"

onTouchStart={this.props.scrollOnTap === true ? this._onTouchStart : null}
onScroll={this.props.scrollOnTap === true ? this._onScroll : null}
Expand Down
2 changes: 1 addition & 1 deletion widgets/SelectCountryWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ module.exports = React.createClass({
initialListSize={10}
pageSize={10}

keyboardShouldPersistTaps={true}
keyboardShouldPersistTaps="always"
keyboardDismissMode="on-drag"

renderSeparator={this.renderSeparator}
Expand Down

0 comments on commit 109d890

Please sign in to comment.