Ellora Virtue
Ellora Virtue
Similar to @lgspacil and @nikhilyadavvvv, I am trying to implement a very simple example from the usage doc and getting`Error: In callInContext the function parameter is not a valid worklet...
@chrfalch yes I did 🙂 provided you're talking about this step: 2. Add the babel plugin to your babel.config.js: ``` module.exports = { plugins: [ ["react-native-worklets-core/plugin"], // ... ], //...
My issue above looks to have been caused by the fact that our repo was using an older version of `react-native-reanimated` (^2.14.1). Upgrading this to the latest version (^3.7.2) has...
I am also having this issue on rnmapbox/maps version `10.1.27`, react native version `0.71.0` and it's only happening on iOS, not Android. I'm currently using `onPressIn` as a workaround but...