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

Incorrect rendering order of initial tab #7877

Closed asafkorem closed 3 months ago

asafkorem commented 5 months ago

What happened?

When using the attachMode afterInitialTab, it appears that despite this configuration, the initial tab (indexed as 0) is rendered last in the sequence. This is particularly evident when there are multiple tabs present, where the rendering order becomes 1, 2, 0 (indexed).

This behavior has been verified across both Android and iOS platforms.

See bottomTabs relevant docs. See original thread (private slack).