react-native-worklets-core
react-native-worklets-core copied to clipboard
Vision-camera and worklets-core 1.5.0 build issues - undefined symbol: RNWorklet
Hi @mrousavy , I have a question on using the released 1.5.0 vs using the 2.0.0-beta.4 When it builds, it seems to work fine, but I'm getting an intermittent failure building with my current configuration (below) I get a missing symbols error (RNWorklet::JsiWorkletContext). I'm hoping maybe the 2.0.0 version will resolve so am planning to go forward with that change, but I'm concerned about using a pre-release version if unstable. Can you offer me any guidance on if that's the best path forward, or if there are any known issues with 2.0.0 beta versions? (Or would you recommend downgrading vision-camera?)
current package.json:
"react-native-vision-camera": "4.6.3", "react-native-worklets-core": "1.5.0", "react-native": "0.75.2",
Error:
 **ld.lld: error: undefined symbol: RNWorklet::JsiWorkletContext::initialize(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&, facebook::jsi::Runtime*, std::__ndk1::function<void (std::__ndk1::function<void ()>&&)>, std::__ndk1::function<void (std::__ndk1::function<void ()>&&)>)**
Might be related to https://github.com/mrousavy/react-native-vision-camera/issues/1770
Hey thanks for response @ronickg , that does look similar. I'll see if that patch works for me
I had the same problem. Did you solve it? How?
Still hapening, any clues?