Tomasz Żelawski
Tomasz Żelawski
Hi @Master-Antonio, it seems that you are trying to use Nitro Modules and `react-native-worklets`. Currently there's no version of `react-native-nitro-modules` that works with `react-native-worklets` but it should be coming soon.
I'm not a developer of `react-native-nitro-modules` so I suggest asking on their GitHub
Probably `build.gradle` or `CMakeLists.txt` configurations must be amended because the names of the packages/targets changed. PRs are welcome!
@RodolfoSilva I tried your repro in Reanimated 3.19.3 (with necessary API changes) and in latest Reanimated 4.1.3 but failed to reproduce it. Do you use React Compiler by any chance?
> Yes, I'm using React Compiler and Expo 54. I'm afraid the problem you're encountering is the same as https://github.com/software-mansion/react-native-reanimated/issues/6826 and the subsequent issue I opened for the React Compiler...
Thanks for the report @TMaszko. I'm aware of this issue and the PR you linked is actually addressing it. The reason for the crash is that there's a code path...
Hi @jaikantshikray, it seems like a stale cache issue. Have you tried to rebuild your project after cleaning the caches (preferably with `git clean -Xdf`)?
@RohovDmytro I have opened a cherry-pick thread for Worklets here https://github.com/software-mansion/react-native-reanimated/issues/8766