wix / react-native-navigation

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

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

Closed asafkorem closed 1 week ago

asafkorem commented 1 week 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.