Skip to content

Instantly share code, notes, and snippets.

@Ribeiro-Tiago
Created February 4, 2019 12:42
Show Gist options
  • Save Ribeiro-Tiago/99cf457b6772036f9681e644bbe63268 to your computer and use it in GitHub Desktop.
Save Ribeiro-Tiago/99cf457b6772036f9681e644bbe63268 to your computer and use it in GitHub Desktop.
const transitioner = (): TransitionConfig => {
return {
transitionSpec: {
duration: 400
},
screenInterpolator: (transitionProps: NavigationTransitionProps) => {
const { position, scene } = transitionProps;
const index = scene.index;
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment