Created
August 19, 2020 12:52
-
-
Save edsonmsantos/8fa6c0ead1056a0664388004340a6a77 to your computer and use it in GitHub Desktop.
[Parametros de rota react navigation v5.X] #reactnative
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
// Componente funcional | |
route.params.name | |
//Componente de classe | |
this.props.route.params.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment