diff --git a/ReactCommon/jschelpers/JSCHelpers.h b/ReactCommon/jschelpers/JSCHelpers.h index c2e19a39db7f77..47ab673b9ce4b7 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);