Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created March 29, 2015 22:08
Show Gist options
  • Select an option

  • Save edipofederle/ba63211c600f81b717b7 to your computer and use it in GitHub Desktop.

Select an option

Save edipofederle/ba63211c600f81b717b7 to your computer and use it in GitHub Desktop.
onQueryTextChanged(textInput) {
this.setState({query: textInput.nativeEvent.text});
console.log("---> " + this.state.query);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment