router icon indicating copy to clipboard operation
router copied to clipboard

[ARCHIVE]: Expo Router has moved to expo/expo -- The File-based router for universal React Native apps

Results 31 router issues
Sort by recently updated
recently updated
newest added

### Which package manager are you using? (Yarn is recommended) npm ### Summary Hi all, I am making an app from this example: [expo router twitter](https://github.com/EvanBacon/expo-router-twitter/tree/main). I am trying to...

question

### Which package manager are you using? (Yarn is recommended) yarn ### Summary 👋 Not sure if this is a bug or a feature request... We have a basic `yarn...

### Which package manager are you using? (Yarn is recommended) npm ### Summary On a fresh Expo project with tabs and Typescript, the `unstable_settings.initialRouteName` has no effect. I also tested...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary Exporting `unstable_settings` (even an empty object) prevents deep linking from working in an app that is in...

### Which package manager are you using? (Yarn is recommended) npm ### Summary When defaultStatus="closed" is set on a Drawer, the drawer starts open, then immediately animates closed...expected behaviour is...

### Which package manager are you using? (Yarn is recommended) pnpm (known issues due to Metro) ### Summary Supabase Auth and Azure AD B2C both uses callback hashes in the...

### Which package manager are you using? (Yarn is recommended) npm ### Summary here is the structre ---Stack ------(main-tabs) ---------tab1 ------clip ---------[clipId] You can see that (main-tabs) and clip sits...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary As of SDK 49 and expo-router v2, when a stack has links pressed on in the following...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary when switching tabs for the first time the whole nested tab screen seems to flicker white ###...

### Which package manager are you using? (Yarn is recommended) npm ### Summary We'd like to navigate to a specific tab upon receiving a push notification. This works in iOS,...