dev-event / react-native-accordion

Animated collapsible component for React Native, good for accordions (reanimated v2), toggles 🧬
https://www.npmjs.com/package/@dev-event/react-native-accordion
MIT License
64 stars 11 forks source link

Dependencies problem #2

Closed jared-94 closed 2 years ago

jared-94 commented 2 years ago

Nice lib thanks !

In my project I use react-native-reanimated v2.4.1 and I don't want to downgrade.

Please allow in your dependencies versions > 2.1.0:

"dependencies": {
    "invariant": "^2.2.4",
    "react-native-reanimated": "^2.1.0",
    "react-native-redash": "16.0.11",
    "react-native-svg": "^12.1.1"
  }

(the same occurs for react-native-svg) To make it work, I had to remove node_modules subfolder (that contains these two libs)

dev-event commented 2 years ago

Hi. Good👍