fix: Fix Worklets imports
This commit is contained in:
parent
0139324da8
commit
5fb594ce6b
@ -3,13 +3,16 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include "FrameHostObject.h"
|
#include "FrameHostObject.h"
|
||||||
|
|
||||||
#include <android/log.h>
|
#include <android/log.h>
|
||||||
#include <fbjni/fbjni.h>
|
#include <fbjni/fbjni.h>
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
||||||
|
#include <react-native-worklets/WKTJsiHostObject.h>
|
||||||
|
#include "JSITypedArray.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <WKTJsiHostObject.h>
|
|
||||||
#include "JSITypedArray.h"
|
|
||||||
|
|
||||||
namespace vision {
|
namespace vision {
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <WKTJsiWorklet.h>
|
#include <react-native-worklets/WKTJsiWorklet.h>
|
||||||
#include <WKTJsiHostObject.h>
|
#include <react-native-worklets/WKTJsiHostObject.h>
|
||||||
|
|
||||||
#include "CameraView.h"
|
#include "CameraView.h"
|
||||||
#include "FrameHostObject.h"
|
#include "FrameHostObject.h"
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
#include <fbjni/fbjni.h>
|
#include <fbjni/fbjni.h>
|
||||||
#include <jsi/jsi.h>
|
#include <jsi/jsi.h>
|
||||||
#include <ReactCommon/CallInvokerHolder.h>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <WKTJsiWorkletContext.h>
|
#include <ReactCommon/CallInvokerHolder.h>
|
||||||
|
#include <react-native-worklets/WKTJsiWorkletContext.h>
|
||||||
|
|
||||||
#include "CameraView.h"
|
#include "CameraView.h"
|
||||||
#include "VisionCameraScheduler.h"
|
#include "VisionCameraScheduler.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user