Created
February 4, 2019 12:42
-
-
Save Ribeiro-Tiago/99cf457b6772036f9681e644bbe63268 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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