Answers for "react native passing params to nested navigators"

0

react native passing params to nested navigators

navigation.navigate('Account', {
  screen: 'Settings',
  params: { user: 'jane' },
});
Posted by: Guest on April-27-2020

Code answers related to "react native passing params to nested navigators"

Code answers related to "Javascript"

Browse Popular Code Answers by Language