Mark more ObjC methods called from RN as dynamic

Reviewed By: kostiakoval

Differential Revision: D7174480

fbshipit-source-id: 38af8e6e94cb8cdf6aa551d9df1b3e16543387e5
This commit is contained in:
Tugrul Ince 2018-03-07 16:35:00 -08:00 committed by Facebook Github Bot
parent cf89a2cbfd
commit 23e0f868c9
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ RCT_EXTERN void RCTRegisterModule(Class); \
*/ */
#define RCT_REMAP_BLOCKING_SYNCHRONOUS_METHOD(js_name, returnType, method) \ #define RCT_REMAP_BLOCKING_SYNCHRONOUS_METHOD(js_name, returnType, method) \
_RCT_EXTERN_REMAP_METHOD(js_name, method, YES) \ _RCT_EXTERN_REMAP_METHOD(js_name, method, YES) \
- (returnType)method; - (returnType)method RCT_DYNAMIC;
/** /**
* Use this macro in a private Objective-C implementation file to automatically * Use this macro in a private Objective-C implementation file to automatically