mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
Update src/screens/boostPost/screen/boostPostScreen.js
Co-Authored-By: Mustafa Buyukcelebi <mustafa.buyukcel@gmail.com>
This commit is contained in:
parent
592e3969cf
commit
508ee6a551
@ -207,7 +207,7 @@ class BoostPostScreen extends PureComponent {
|
|||||||
data={permlinkSuggestions}
|
data={permlinkSuggestions}
|
||||||
listContainerStyle={styles.autocomplateListContainer}
|
listContainerStyle={styles.autocomplateListContainer}
|
||||||
listStyle={styles.autocomplateList}
|
listStyle={styles.autocomplateList}
|
||||||
onChangeText={text => this._handleOnPermlinkChange(text)}
|
onChangeText={this._handleOnPermlinkChange}
|
||||||
renderTextInput={() => (
|
renderTextInput={() => (
|
||||||
<TextInput
|
<TextInput
|
||||||
style={styles.input}
|
style={styles.input}
|
||||||
|
Loading…
Reference in New Issue
Block a user