Mark more ObjC methods called from RN as dynamic
Reviewed By: kostiakoval Differential Revision: D7174480 fbshipit-source-id: 38af8e6e94cb8cdf6aa551d9df1b3e16543387e5
This commit is contained in:
parent
cf89a2cbfd
commit
23e0f868c9
|
@ -197,7 +197,7 @@ RCT_EXTERN void RCTRegisterModule(Class); \
|
|||
*/
|
||||
#define RCT_REMAP_BLOCKING_SYNCHRONOUS_METHOD(js_name, returnType, method) \
|
||||
_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
|
||||
|
|
Loading…
Reference in New Issue