Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created March 29, 2015 22:11
Show Gist options
  • Save edipofederle/b7058b574fb606b314a7 to your computer and use it in GitHub Desktop.
Save edipofederle/b7058b574fb606b314a7 to your computer and use it in GitHub Desktop.
<View style={styles.flowRight}>
<TextInput style={styles.queryInput}
onChange = {this.onQueryTextChanged.bind(this)}
value = {this.state.query}/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment