diff --git a/ReactCommon/cxxreact/CxxNativeModule.cpp b/ReactCommon/cxxreact/CxxNativeModule.cpp index 0bcf13657ee..bab53966dca 100644 --- a/ReactCommon/cxxreact/CxxNativeModule.cpp +++ b/ReactCommon/cxxreact/CxxNativeModule.cpp @@ -244,8 +244,8 @@ void CxxNativeModule::lazyInit() { module_ = provider_(); provider_ = nullptr; if (module_) { - methods_ = module_->getMethods(); module_->setInstance(instance_); + methods_ = module_->getMethods(); } }