Update src/screens/boostPost/screen/boostPostScreen.js

Co-Authored-By: Mustafa Buyukcelebi <mustafa.buyukcel@gmail.com>
This commit is contained in:
uğur erdal 2019-07-31 22:23:18 +03:00 committed by GitHub
parent da71cc12dc
commit 1b99fe9619

View File

@ -207,7 +207,7 @@ class BoostPostScreen extends PureComponent {
data={permlinkSuggestions}
listContainerStyle={styles.autocomplateListContainer}
listStyle={styles.autocomplateList}
onChangeText={text => this._handleOnPermlinkChange(text)}
onChangeText={this._handleOnPermlinkChange}
renderTextInput={() => (
<TextInput
style={styles.input}