-
Notifications
You must be signed in to change notification settings - Fork 62
Description
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 ()>&&)>)**