added place holder for search

This commit is contained in:
ue 2018-11-02 10:10:06 +03:00
parent c23cacbd18
commit a9e3ee2d03

View File

@ -113,6 +113,7 @@ class EditorHeaderView extends Component {
<TextInput
onChangeText={value => this._handleOnSearch(value)}
autoFocus
placeholder="Search"
style={styles.textInput}
/>
)}