Skip to content

Instantly share code, notes, and snippets.

@edsonmsantos
Created August 19, 2020 12:52
Show Gist options
  • Save edsonmsantos/8fa6c0ead1056a0664388004340a6a77 to your computer and use it in GitHub Desktop.
Save edsonmsantos/8fa6c0ead1056a0664388004340a6a77 to your computer and use it in GitHub Desktop.
[Parametros de rota react navigation v5.X] #reactnative
// 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