Text Input
<TextInput style={ styles.input }
value={ query }
onChangeText={ text => onChange(text) } />Last updated
Was this helpful?
<TextInput style={ styles.input }
value={ query }
onChangeText={ text => onChange(text) } />Last updated
Was this helpful?
Was this helpful?