-
Hi could you help me ? so i try to add new screen, and i want the bottom tab bar still on my new screen. i try to read docs and react navigation doc still not found for this solution. so far for example, i create homeStack.screen. and then i put this to one of my tab bar component (let say X tab menu). if i tap new screen and then i go to another tab bottom menu after that i go to X tab menu, the new screen still there. any solution for this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i dont know this is the best way or not but i solve the problem by using |
Beta Was this translation helpful? Give feedback.
i dont know this is the best way or not but i solve the problem by using
listeners={{ tabPress: () => navigate("Home") }}
, so the Tab.Screen can be reset