mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 05:34:15 +00:00
Fix visibility of installGlobalFunction(..)
Reviewed By: javache Differential Revision: D5319733 fbshipit-source-id: cfe796f13920924bbdbdd2a2741a70f492a141f9
This commit is contained in:
parent
1faf40b02a
commit
e2dff82160
@ -72,7 +72,7 @@ JSObjectRef makeFunction(
|
||||
const char* name,
|
||||
JSObjectCallAsFunctionCallback callback);
|
||||
|
||||
void installGlobalFunction(
|
||||
RN_EXPORT void installGlobalFunction(
|
||||
JSGlobalContextRef ctx,
|
||||
const char* name,
|
||||
JSObjectCallAsFunctionCallback callback);
|
||||
|
Loading…
x
Reference in New Issue
Block a user