diff --git a/src/containers/NoteList.js b/src/containers/NoteList.js index abfc61ec..ce9745eb 100644 --- a/src/containers/NoteList.js +++ b/src/containers/NoteList.js @@ -39,6 +39,7 @@ export default class NoteList extends Component { onChangeText={this.props.onSearchChange} onCancel={this.props.onSearchCancel} onDelete={this.props.onSearchCancel} + blurOnSubmit={true} backgroundColor={GlobalStyles.constants().mainBackgroundColor} titleCancelColor={GlobalStyles.constants().mainTintColor} keyboardDismissMode={'interactive'} @@ -96,7 +97,7 @@ export default class NoteList extends Component { maxToRenderPerBatch={6} keyboardDismissMode={'interactive'} keyboardShouldPersistTaps={'always'} - refreshControl={!this.props.hasRefreshControl ? null : + refreshControl={!this.props.hasRefreshControl ? null :