react-native-actions-sheet
react-native-actions-sheet copied to clipboard
FIX : Invariant Violation: You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one, js engine: hermes
Resolved issue "Invariant Violation: You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one" for JavaScript engine Hermes.
Implemented fix by ensuring that only one set of physical properties (bounciness/speed, tension/friction, or stiffness/damping/mass) can be defined at a time. This prevents conflicts and maintains consistency in the behavior of the code.
Contributing to the repository with the resolution of this issue.