You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a bug from react-native-paper? Are you trying to hide the back arrow button?
Looking at the code, do you know if canGoBack() is returning true? that's why it shows the back button? I think in bottom navigation you can go back because the previous tab is in the history?
When I'm using
<AppBar.Header ... />
with Expo Routers tabs and stack layouts, the back button always show.I am using it like so:
_layout.tsx
Header.tsx
This is the output I'm getting:
What am I doing wrong? I've tried to search around but cannot find a solution.
The text was updated successfully, but these errors were encountered: