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) Yarn ### Summary This folder structure, using the [group syntax](https://docs.expo.dev/routing/layouts/#groups) doesn't seem to support linking to the ~~index~~ _initial route_...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary Expo router version ^1.4.3 ### Minimal reproducible example easily reproducible. run app with expo start --no-dev

### Which package manager are you using? (Yarn is recommended) npm ### Summary When nesting multiple Stack with dynamic params, i cant navigate back to the top parent. For example...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary When we build a production IPA for iOS, the app crashes instantly with `Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevSettings'...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary I'm encountering a stacking issue; here's my structure: app/_layout app/(tabs)/_layout app/(tabs)/list/index.tsx app/user/[id]/index.tsx app/event/[id]/index.tsx Here's my main layout:...

### Which package manager are you using? (Yarn is recommended) yarn ### Summary I'm encountering an issue with expo-router@2 when using custom screen options. The problem arises when navigating between...

### Summary Hello! When using router.push or router.redirect inside the root _layout.ts file, I cannot go back to the index.ts file in the root/app folder after going to another screen...

### Which package manager are you using? (Yarn is recommended) npm ### Summary - happen when `npm run web` - either comment out unstable_settings.initialRouteName or Stack.Screen(title) will work - seems...

external

### Summary ``` ERROR Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()? Check the render method of `SlotClone`....

### Summary [Given this navigation](https://capture.dropbox.com/hyGDQzIL8fyHmMEs), I want the links to act like bottom tabs. 1. If you are drilled down into "Buy" nav and click "Buy", the app replaces the...

enhancement