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
// }
});
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
// }
});