Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created April 18, 2018 14:55
Show Gist options
  • Save lmiller1990/ce88dd0a979efe836cabf9f1c91af454 to your computer and use it in GitHub Desktop.
Save lmiller1990/ce88dd0a979efe836cabf9f1c91af454 to your computer and use it in GitHub Desktop.
/* ... */
handle(e) {
const evt = e.nativeEvent.inputEvent
this.setState({ count: this.state.count + 1 })
console.log(`Event: `, evt)
}
/* ... */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment