We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1b084 commit 14729edCopy full SHA for 14729ed
ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp
@@ -97,15 +97,11 @@ void JSIExecutor::loadApplicationScript(
97
98
// TODO: check for and use precompiled HBC
99
100
-// ChakraCore implementation of JSI don't yet support HostObjects.
101
-// https://office.visualstudio.com/OC/_workitems/edit/2801906
102
-#if !defined(CHAKRA_JSI)
103
runtime_->global().setProperty(
104
*runtime_,
105
"nativeModuleProxy",
106
Object::createFromHostObject(
107
*runtime_, std::make_shared<NativeModuleProxy>(*this)));
108
-#endif
109
110
111
0 commit comments