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

We need a configuration for rewriting incoming paths to new destinations. This will require the following: 1. New config file that is JS-only (perhaps `expo.config.js`?). This could potentially be worked...

enhancement

### Which package manager are you using? (Yarn is recommended) yarn ### Summary I have a basic layout. - App Index screen `app/index.tsx` - Two screens with dynamic routes: -...

### Summary https://user-images.githubusercontent.com/30148248/231264256-5f16be91-c804-4ece-8192-32a9d4339bcc.mov If I change the name of the rest in the code sample, this time it adds a parameter with that name. And when I refresh the page...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary Some routes aren't found on iOS while they work on web and android. For instance `_sitemap` doesn't...

invalid

### Which package manager are you using? (Yarn is recommended) yarn ### Summary ## Bug deeplink Using the expo-router template: `npx create-expo-app@latest --example with-router` update react-native for warning `npx expo...

React Navigation currently does not support URL hashes on web, therefore `expo-router` cannot either.

enhancement
React Navigation

### Which package manager are you using? (Yarn is recommended) yarn ### Summary useFocusEffect render twice when entry page This doesn't happen if i use useFocusEffect impoted from '@react-navigation/native' ###...

### Which package manager are you using? (Yarn is recommended) npm ### Summary I am unable to get drawer navigation to work with expo router. ``` The action 'REPLACE' with...

### Summary ![image](https://user-images.githubusercontent.com/36703871/228733082-31d59a6e-b865-4b22-9fbf-d1c4709d93ea.png) My folder structure is like this but when I try to do router.push('/'), there is an error as below. This might be related to conflicts between react-native...

### Summary Can we consider marking `@react-navigation/*` as peer dependencies? The problem is `expo-router` does not export everything I need such as times or `useTheme` hook or theme provider, thus...