diff --git a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp index 5d47e2894e..43fafaec11 100644 --- a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +++ b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp @@ -97,15 +97,11 @@ void JSIExecutor::loadApplicationScript( // TODO: check for and use precompiled HBC -// ChakraCore implementation of JSI don't yet support HostObjects. -// https://office.visualstudio.com/OC/_workitems/edit/2801906 -#if !defined(CHAKRA_JSI) runtime_->global().setProperty( *runtime_, "nativeModuleProxy", Object::createFromHostObject( *runtime_, std::make_shared(*this))); -#endif runtime_->global().setProperty( *runtime_,