We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48610bf commit 5c81e39Copy full SHA for 5c81e39
packages/react-native-executorch/android/src/main/cpp/ETInstallerModule.h
@@ -2,7 +2,6 @@
2
3
#include <ReactCommon/CallInvokerHolder.h>
4
#include <fbjni/fbjni.h>
5
-#include <react/jni/CxxModuleWrapper.h>
6
#include <react/jni/JMessageQueueThread.h>
7
8
#include <memory>
@@ -40,4 +39,4 @@ class ETInstallerModule : public jni::HybridClass<ETInstallerModule> {
40
39
const std::shared_ptr<facebook::react::CallInvoker> &jsCallInvoker);
41
};
42
43
-} // namespace rnexecutorch
+} // namespace rnexecutorch
0 commit comments