Replies: 1 comment
-
Hey! This is because tvOS doesn't have proper tab interception implemented: Probably there is a way to implement it so that you can intercept clicks and pop to root but for now, it's missing on that platform. Let's keep this open until it's added. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I’m using
react-native-bottom-tabs
withReact Navigation v7
in anExpo Router v4
project. I have a bottom-tab setup where one of my tabs has a nested Stack navigator, and it includes dynamic sub-routes. My goals are:/teams/[teamId]/players/[playerId]
), then switch to another tab, and later switch back, I see the same deeply nested screen. I want to always return to the main tab screen (like/teams/index.tsx
) on reselect.Native.Tabs.Example.mp4
Minimal Example
I created a small reproducible demo with stub data and minimal styling. Here’s the folder layout:
Here’s the a link for a reproducible repo: https://github.com/mtshv/MyTVProject
Question
Any guidance or examples would be greatly appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions