diff --git a/components/CustomHeader.js b/components/CustomHeader.js index 9ca3104..7bf9669 100644 --- a/components/CustomHeader.js +++ b/components/CustomHeader.js @@ -51,7 +51,6 @@ export default class CustomHeader extends React.Component { getSearchBar() { return ( -
{ placeholderTextColor={ThemeManager.getCurrentThemeVariables().toolbarPlaceholderColor} onChangeText={(text) => this.props.searchCallback(text)}/> -
); } @@ -94,7 +92,9 @@ export default class CustomHeader extends React.Component { {this.props.hasSearchField ? this.getSearchBar() : - {this.props.title}} + {this.props.title}} {this.props.rightButton}