Home > OS >  React Native Large List V3
React Native Large List V3

Time:01-11

can anyone tell me is there any version boundation with this library. I am using it with React-native version 0.69.0. But when i try to sync it it gives me error

enter image description here

CodePudding user response:

this is not an issue to the larger list. you are missing some dependency . please install the following decency and the versions I specified with npx or yarn

yarn add [email protected]  [email protected]

or use this command

npx install [email protected]  [email protected]

Please remember that only these version are compatible other are not compatible.Please ready this

 "react-native-largelist-v3": "^3.1.0-rc.1",
 "react-native-spring-scrollview": "^3.0.2",
  • Related