diff --git a/ReactCommon/jschelpers/JSCHelpers.h b/ReactCommon/jschelpers/JSCHelpers.h index c2e19a39d..47ab673b9 100644 --- a/ReactCommon/jschelpers/JSCHelpers.h +++ b/ReactCommon/jschelpers/JSCHelpers.h @@ -72,7 +72,7 @@ JSObjectRef makeFunction( const char* name, JSObjectCallAsFunctionCallback callback); -void installGlobalFunction( +RN_EXPORT void installGlobalFunction( JSGlobalContextRef ctx, const char* name, JSObjectCallAsFunctionCallback callback);