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
If you are drilled down into "Buy" nav and click "Buy", the app replaces the nav stack with the '/buy' route which is the initial screen for that tab
If you are drilled down into the "Sell" nav and click "Buy", the app jumpsTo the Buy tab. If you click back to "Sell" the app takes you to the last screen you were on
However, if I'm drilled down into "Buy" and click "Buy" (which calls replace('/buy'), nothing happens
Summary
Given this navigation, I want the links to act like bottom tabs.
However, if I'm drilled down into "Buy" and click "Buy" (which calls
replace('/buy')
, nothing happensMinimal reproducible example
The text was updated successfully, but these errors were encountered: