Weird top and bottom safe area insets in expo
Expo is adding padding to top and bottom weirdly. I don’t even use SafeAreaView or useSafeAreaInsets etc.
Weird top and bottom safe area insets in expo
Expo is adding padding to top and bottom weirdly. I don’t even use SafeAreaView or useSafeAreaInsets etc.
How to use Drawer and Tab Navigation with seperate Routes in Expo Router with File-Based Routing
i’m using Expo Router with file-based Routing. I want to create a drawer with only the option to show to page3 and a tab navigation to swtich between page1 and page2.
How to use Drawer and Tab Navigation with seperate Routes in Expo Router with File-Based Routing
i’m using Expo Router with file-based Routing. I want to create a drawer with only the option to show to page3 and a tab navigation to swtich between page1 and page2.
Expo Router Website opening a specific page with an ID variable
I have a website based in expo router that have the following structure
How to define custom entry point in expo file based routing?
i want to use the data from redux store at my root level, for that purpose i created a seperate entry file main.js as mentioned in expo documentaion but now my app isnot running?
How do i navigate back to the root index from within a nested route using expo router
I have a layout as such.
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 :First argument of `require.context` should be a string denoting the directory to require
I’m trying to migrate from react-navigation to expo-router. My project is in a mono repo that is configured with lerna
and I getting this