-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🐛 App Crashing when using Frame Processor: Compiling JS failed: 1:1:invalid empty parentheses '( )'
#2465
Comments
Are you using reanimated? See this issue: software-mansion/react-native-reanimated#5576 - enabling |
Compiling JS failed: 1:1:invalid empty parentheses '( )'
Sorry again But my babel.config.js is
and im using those versions
still having the same issue am i missing something ? Can You provide me with tested versions ? |
Finally !!!
|
Still happening. I am not using reanimated. Created new project with expo.
|
I'm getting the same error message, I'm using the following versions: "react-native": "0.73.4",
"react-native-reanimated": "3.6.2",
"react-native-vision-camera": "3.7.1",
"react-native-worklets-core": "0.2.0" and my babel plugins include ["react-native-worklets-core/plugin"],
["react-native-reanimated/plugin", { globals: ["__scanOCR"] }], It was working with react-native v0.72.6 and react-native-reanimated v3.7.1 but I had to downgrade react-native-reanimated to v3.6.2 to get other stuff in the app working with react-native v0.73.4 What I've tried
|
Did the downgrade work? |
What's happening?
When i use useFrameProcessor the app is crashing while it is working fine when i remove it
I have been trying with different gradle and java versions all the day and nothing worked
now im using gradle 8.0 and jdk 17.0.10
any help will be appreciated
Thank you
Reproduceable Code
Relevant log output
Camera Device
Device
sdk_gphone64_x86_64
VisionCamera Version
3.8.2
Can you reproduce this issue in the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: