Skip to content

Instantly share code, notes, and snippets.

@mariodev12
Created February 10, 2017 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariodev12/278920cc1e354a97023eac8bdf8fd2b6 to your computer and use it in GitHub Desktop.
Save mariodev12/278920cc1e354a97023eac8bdf8fd2b6 to your computer and use it in GitHub Desktop.
<TextInput
style={styles.textInput}
onChangeText={(text) => this.filterSearch(text)}
value={this.state.text}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment