Skip to content

Instantly share code, notes, and snippets.

@souporserious
Last active November 26, 2017 16:28
Show Gist options
  • Save souporserious/9d1c995fd47d855e813061e54e02a32d to your computer and use it in GitHub Desktop.
Save souporserious/9d1c995fd47d855e813061e54e02a32d to your computer and use it in GitHub Desktop.
<View
onNavigation={e => {
if (e.type.down || e.type.right) {
this.moveFocus(1)
}
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment