react-native-actions-sheet icon indicating copy to clipboard operation
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

Open Saliheen opened this issue 1 year ago • 1 comments

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.

Saliheen avatar Jun 13 '24 08:06 Saliheen