You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: react-native-worklets-core module resolution for pnpm (#3088)
* Fix react-native-worklets-core resolution
* Handle react-native-worklets-core module not found error
* Silenced nodejs error, when react-native-worklets-core package not found
Pod::UI.puts"[VisionCamera] Thank you for using VisionCamera ❤️"
8
6
Pod::UI.puts"[VisionCamera] If you enjoy using VisionCamera, please consider sponsoring this project: https://github.com/sponsors/mrousavy"
9
7
@@ -23,11 +21,20 @@ else
23
21
Pod::UI.puts"[VisionCamera] $VCEnableFrameProcessors is not set, enabling Frame Processors if Worklets is installed..."
Pod::UI.puts("[VisionCamera] react-native-worklets-core found at #{workletsPath}, Frame Processors are #{enableFrameProcessors ? "enabled" : "disabled"}!")
31
38
else
32
39
Pod::UI.puts("[VisionCamera] react-native-worklets-core not found - Frame Processors are disabled!")
0 commit comments