react-native-spring-scrollview
react-native-spring-scrollview copied to clipboard
Error to install dependency on RN 0.71.1
To install this package on React Native 0.71.1(the lastest version), but I got the error as follows:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.3.1" from [email protected]
npm ERR! node_modules/react-native-spring-scrollview
npm ERR! react-native-spring-scrollview@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/chenlong/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/chenlong/.npm/_logs/2023-02-03T07_43_19_149Z-debug-0.log
It seems that the react version is too low. Is there a plan to publish a new version to update the react version? Thank U.
DEAD LIB