craftzdog / react-native-checkbox-reanimated

Animated checkbox built with Reanimated v2
https://youtu.be/k2h7usLLBhY
MIT License
167 stars 26 forks source link

react-native-checkbox-reanimated is breaking in reanimated3 - ReanimatedError: Exception in HostFunction: java.lang.ClassCastException #12

Open Stancobridge opened 1 year ago

Stancobridge commented 1 year ago

The package was working fine when our app was using reanimated2, when I upgraded to reanimated 3 it started breaking

Here is the error am getting ReanimatedError: Exception in HostFunction: java.lang.ClassCastException: java.lang.Double cannot be cast to com.facebook.react.bridge.ReadableMap, js engine: reanimated

armata99 commented 1 month ago

Hi, I have this problem as well. I don't think its reanimated's problem because I had it working with "react-native-reanimated": "^3.12.1" and "react-native-svg": "^12.1.0".

Once I updated react-native-svg to 15.4.0, it started raising error.