-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Crash on Android when attemping to runOnJS or runAsync #232
Comments
This is a hack that allows me to transmit the data outside the scope of the worklet. Not great but still better than a crash
|
@wdoyle2 Can you help me understand the chances of this hack's success in production mode? Because I'm also facing a similar issue |
Hi, I faced with the same |
It seems this issue is similar to this one: mrousavy/react-native-vision-camera#2820 |
Hey there,
When attempting to use the following code:
with @mrousavy react-vision-camera library the entire Android app crashes. on iOS is perfectly fine with no isses.
Logs:
Version:
"react-native": "0.76.5",
"react-native-vision-camera": "^4.6.3",
"react-native-vision-camera-face-detector": "^1.7.2",
"react-native-worklets-core": "^1.5.0",
Babel:
However did try babel without the core/plugin and kept re-animated but still an issue.
The text was updated successfully, but these errors were encountered: