Created
February 4, 2019 13:15
-
-
Save Ribeiro-Tiago/6cc375a79873a7c7461f5d0facf6a185 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
export default createStackNavigator({ | |
Home, | |
Settings, | |
Profile | |
}, { | |
transitionConfig: transitioner | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment