You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
componentDidAppear is not triggered when changing the current bottomTab using mergeOptions. Everything works fine when pressing a bottomTab. I've used the recommended way of navigating between tabs, as stated in the documentation. I believe this is a result of having the tabsAttachMode in bottomTabs options set to onSwitchToTab
Steps to Reproduce / Code Snippets / Screenshots
The following code is how i navigate to another tab:
I've only tested on iOS so far with version 13.4.1. We're experiences another crucial bug with react-native-navigation that prohibits us from updating to the latest version. After patching the bug, we tried to update to the latest RNN version, but the bug still occurs even with the patch. So I haven't tried with the latest RNN version. Can't seem to find anything in the changelog that would fix this issue though since v6.0.1 (correct me if i'm wrong).
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 version and report back. Thank you for your contributions.
Issue Description
componentDidAppear
is not triggered when changing the currentbottomTab
usingmergeOptions
. Everything works fine when pressing a bottomTab. I've used the recommended way of navigating between tabs, as stated in the documentation. I believe this is a result of having thetabsAttachMode
in bottomTabs options set toonSwitchToTab
Steps to Reproduce / Code Snippets / Screenshots
The following code is how i navigate to another tab:
The
tabIndex
is the index of the tab we're switching to.Environment
The text was updated successfully, but these errors were encountered: