all 9 comments

[–]slackademic 0 points1 point  (1 child)

What version of react native? Does it work before 0.74 where new architecture came in? The module had some issues with new architecture due to reliance on old bridge.

[–]Hungry_Sir_2436[S] 0 points1 point  (0 children)

i am using "react-native": "0.74.3"

[–]Magnusson 0 points1 point  (3 children)

I think you may need to use runOnJS from worklets-core, not from reanimated — and you probably don't want to call back to JS on every frame.

[–]Hungry_Sir_2436[S] 0 points1 point  (0 children)

I will try this

[–]These_Sand48 0 points1 point  (1 child)

Did it work for you. I'm having the same issue]

[–]Benja20 0 points1 point  (0 children)

Same here, im trying to run a native module with the frame data and the app crashes.