When I am using popToRoot with some mergeOptions it is not working on IOS, though everything is ok on Android.
Just use popToRoot from any stack and pass mergeOptions, I am using it like:
Navigation.popToRoot(this.props.componentid, { bottomTabs: { currentTabIndex: 2 }})
anybody else having same issues on IOS?
Still not working.
Navigation.mergeOptions is working to change the active tab, but indeed as stated above, the popToRoot doesn't take this into account
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
The issue has been closed for inactivity.
This is still a bug with v3 (alpha-11)
Most helpful comment
anybody else having same issues on IOS?