Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ios): load initial tab when onSwitchToTab mode is set. #7924

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. fix(ios): load initial tab when onSwitchToTab mode is set.

    Setting the initial tab index before the initialization doesn't work, since it resets
     to the default value (0) after initializing the tab bar controller.
    
    It also seems that it loads the default child from index 0 regardless of setting it a
     default. I tried to workaround this from different steps in the lifecycle of the
     controller but looks like there's a native issue there.
    asafkorem committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6455219 View commit details
    Browse the repository at this point in the history