We plan to use Flipkart/recyclerlistview in react js web application. react@16.0.0 react-dom@16.0.0
Getting error on npm install recyclerlistview
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: digirecruiter@0.1.0 npm ERR! Found: react@16.14.0 npm ERR! node_modules/react npm ERR! react@"^16.0.0" from the root project npm ERR! peer react@">= 15.2.1" from recyclerlistview@4.2.0 npm ERR! node_modules/recyclerlistview npm ERR! recyclerlistview@"" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"18.1.0" from react-native@0.70.6 npm ERR! node_modules/react-native npm ERR! peer react-native@">= 0.30.0" from recyclerlistview@4.2.0 npm ERR! node_modules/recyclerlistview npm ERR! recyclerlistview@"" from the root project
Does Flipkart/recyclerlistview works with react js web application?
Steps taken: Create a ReactJS project using create-react-app Modify package.json for react version as recyclerlistview need 16.0.0 version
- "react": "^16.0.0"
- "react-dom": "^16.0.0",
npm install recyclerlistview --save
Getting mentioned error