Package dependency issue when installing TV Router example
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 1.1k
- Avg merge
- 11h 15m
- Merged PRs (30d)
- 1
Description
https://github.com/expo/examples/tree/master/with-router-tv
Running `npx create-expo-app MyTVProject -e with-router-tv` results in error:
```
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: MyTVProject@1.0.0
npm error Found: react@19.2.0
npm error node_modules/react
npm error react@"19.2.0" from the root project
npm error peer react@"*" from react-native-reanimated@4.2.3
npm error node_modules/react-native-reanimated
npm error react-native-reanimated@"~4.2.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^19.2.3" from react-native@0.84.1
npm error node_modules/react-native
npm error react-native@"npm:react-native-tvos@0.83-stable" from the root project
npm error peer react-native@"0.80 - 0.84" from react-native-reanimated@4.2.3
npm error node_modules/react-native-reanimated
npm error react-native-reanimated@"~4.2.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
```
node v24.14.1
Contributor guide
Assessment
This issue has not been assessed yet.