Relative Content

Tag Archive for expoexpo-router

Error Unmatched Route Error in Expo Router

“Unmatched Route” Error in Expo Router I am encountering an “Unmatched Route” error when using Expo Router in my application. Below is the structure of my project: Folder Structure: app/ _layout.tsx (auth)/ _layout.tsx sign_in.tsx (protected)/ _layout.tsx (edit)/ _layout.tsx customer.tsx order.tsx product.tsx (tabs)/ _layout.tsx customers.tsx orders.tsx products.tsx Layout Files: app/_layout.tsx: import ‘@/styles/global.css’; import { Stack } […]

back button with universal links and expo router

I have built my expo app using expo-router. When I click a universal link (e.g. https://www.example.com/tabs/books/978123123645) it opens the app and takes me to the correct screen, namely the details page for a book with ISBN 978123123645.

Expo Router menu and headerLeft missing

Hello everyone first time using expo router.
I’m trying to create a profile menu with other options inside it. On my header I have my initials which are pressable. When I’m pressing them I’m opening this stack screen as modal