Mario
Mario
> Adding this in case it helps anyone, but the `xcode.env.local` file is not tracked by git so it can become stale. In our case, we weren't using it anyway...
I'm facing a similar issue. In my experiments, I have found that if `headerShown` is `true` it works.
bumping this!! I'd really like this feature and it seems like it's almost there 😃
I believe I had a similar issue ``` "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/material-top-tabs": "^7.1.0", "@react-navigation/native": "^7.0.14", "@react-navigation/native-stack": "^7.2.0", "react-native": "0.76.5", ``` I manage to get them to render by enabling the new...