Skip to content

Commit

Permalink
Export some RN functs
Browse files Browse the repository at this point in the history
Reviewed By: majak

Differential Revision: D4230417

fbshipit-source-id: 06845ff8aa0d05d9a4b997ced35cc017650d9d2e
  • Loading branch information
javache authored and Facebook Github Bot committed Nov 24, 2016
1 parent ca58e0a commit 8f03969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactCommon/jschelpers/JSCWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ bool isCustomJSCPtr(T *x) {
void setCustomJSCWrapper(const JSCWrapper* wrapper);

// This will return a single value for the whole life of the process.
const JSCWrapper *systemJSCWrapper();
const JSCWrapper *customJSCWrapper();
__attribute__((visibility("default"))) const JSCWrapper *systemJSCWrapper();
__attribute__((visibility("default"))) const JSCWrapper *customJSCWrapper();

} }

Expand Down

0 comments on commit 8f03969

Please sign in to comment.