Skip to content

Instantly share code, notes, and snippets.

@paulonteri
Created October 27, 2020 06:16
Show Gist options
  • Save paulonteri/fe8ec2b714834775659529307bf6d78a to your computer and use it in GitHub Desktop.
Save paulonteri/fe8ec2b714834775659529307bf6d78a to your computer and use it in GitHub Desktop.
Pass params to deeply nested navigators - React Native
props.navigation.navigate('ProjectManagement', {
screen: 'Stages',
params: {
screen: 'AllStagesList',
params: { projectId: props.projectDetail.id },
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment