mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-27 03:14:56 +03:00
added place holder for search
This commit is contained in:
parent
c23cacbd18
commit
a9e3ee2d03
@ -113,6 +113,7 @@ class EditorHeaderView extends Component {
|
||||
<TextInput
|
||||
onChangeText={value => this._handleOnSearch(value)}
|
||||
autoFocus
|
||||
placeholder="Search"
|
||||
style={styles.textInput}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user