React native – expo-router Not Navigating to Route Based on Session State, router.push Fails on Sign Out
I'm working on a React Native project using expo-router, and I'm having an issue with conditional routing based on the session state. I want to navigate to a login screen (auth.tsx) if there's no active session, or to a tab-based…