0

How can I pass props from one tab to another ? I've tried passProps used in the normal navigation but it doesn't work !

this.props.navigator.switchToTab({
  tabIndex: 2,
  // // Pass data on click
  // passProps: {
  //   desc: data
  // }
});
shymaa
  • 19
  • 6

1 Answers1

0

You can find the code sample on react-navigation-docs

ljmocic
  • 1,677
  • 2
  • 18
  • 23