wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

fix(ios, afterInitialTab): ensure initial tab mounts before other tabs. #7890

Closed asafkorem closed 5 months ago

asafkorem commented 5 months ago

This change fixes afterInitialTab for tabsAttachMode on bottomTabs API.

Updated BottomTabsAfterInitialTabAttacher to asynchronously attach other tabs after the initial tab's componentDidMount is called.