Export some RN functs

Reviewed By: majak

Differential Revision: D4230417

fbshipit-source-id: 06845ff8aa0d05d9a4b997ced35cc017650d9d2e
This commit is contained in:
Pieter De Baets 2016-11-24 05:35:13 -08:00 committed by Facebook Github Bot
parent ca58e0af82
commit 8f03969011
1 changed files with 2 additions and 2 deletions

View File

@ -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();
} }