Skip to content

Instantly share code, notes, and snippets.

@ericvicenti
Created April 20, 2015 22:20
Show Gist options
  • Save ericvicenti/e2ff69330eacb36ad4be to your computer and use it in GitHub Desktop.
Save ericvicenti/e2ff69330eacb36ad4be to your computer and use it in GitHub Desktop.
configureScene={() => ({
...Navigator.SceneConfigs.HorizontalSwipeJump,
gestures: {
jumpBack: {
...Navigator.SceneConfigs.HorizontalSwipeJump.gestures.jumpBack,
overswipe: null,
},
jumpForward: {
...Navigator.SceneConfigs.HorizontalSwipeJump.gestures.jumpForward,
overswipe: null,
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment