-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐛 CMake Error: REACT_NATIVE_UTILS_LIB set to NOTFOUND #292
Comments
Hey! Thanks for the bug report.
|
Cool! I think that solved the initial build issue. Seems like something in the build configuration (probably Hermes?) is messing with a very delicate part of my app, though, so that's preventing me from easily confirming that the camera component is working properly. I'll let you know if this worked for me once I get past that. For reference, I'm on |
Not totally relevant, but this is the exact issue currently preventing me from making this work: facebook/hermes#114 My app injects JS into WebViews and Hermes appears to have changed the way that calling |
I don't think I fully understand, are you having a problem with Hermes? If so, why are you not just using JSC then? Also there have been some changes with the |
Oh, sorry! Should have clarified. The only reason my project has Hermes turned on at all is because that was a step described in React Native Reanimated v2's installation guide. And my project only uses React Native Reanimated because that's the backing for Frame Processors. Hermes is specifically showing |
REA also works with JSC! Try disabling hermes if that's a problem for you |
Hermes, started from 0.8.1, adds a special directive |
Hey @Huxpro, nice to see you here! Does JS support using multiple directives at once? So I just write them like
? |
@mrousavy yup, directive prologue is a sequence of directives (i.e. kleene star) ;) |
Oh that's awesome! Appreciate the support on all of this. Will give these things a try :) |
What were you trying to do?
Build my RN app on the Android emulator to prototype with frame processors.
Note: I checked the Expo box below. I'm running Expo bare, having ejected from Expo managed awhile back.
What happened instead?
Gradle build failed with a CMake error when trying to finish tasks for VisionCamera.
Relevant log output
Device
Emulated Pixel 4 running API 30
VisionCamera Version
2.4.2-beta.9
Additional information
The text was updated successfully, but these errors were encountered: