From e2dff821604b39821a261a7b8c2851fc7fe5cffd Mon Sep 17 00:00:00 2001 From: Alexey Lang Date: Mon, 26 Jun 2017 05:10:56 -0700 Subject: [PATCH] Fix visibility of installGlobalFunction(..) Reviewed By: javache Differential Revision: D5319733 fbshipit-source-id: cfe796f13920924bbdbdd2a2741a70f492a141f9 --- ReactCommon/jschelpers/JSCHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);