Closed seavan closed 6 months ago
@mrousavy please! requesting your assistance here.
we tried replacing back worklets with reanimated worklets in react-native-vision-camera, btw, was there a particilar limitation why you decided to use your own worklets?
Hey - you can "request assistance" through my agency - margelo.io. We often fix specific open-source bugs for clients :)
Anyways; I would personally recommend to use Hermes instead of JSC. It works, and it starts faster. It's the direction react-native is moving in anyways.
@mrousavy we are waiting for them to fix this - https://github.com/facebook/hermes/issues/851 we're using watermelondb which relies on Object as a map.
in any case, send you a request through form on your website!
@mrousavy - I am also facing the same issue. Is there any fix for this?
@indu-svmx as I just said in my previous comment, use Hermes instead of JSC.
Reproducible with the example app.
Steps to reproduce:
https://github.com/margelo/react-native-worklets-core/assets/750359/1109e8d9-a9a4-4296-a006-5777170cfb06
Info on XCode:
It works fine with hermes enabled, but unfortunately we need to rely on JSC for a while until they fix their Object property count limits.