mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Make addSynchronousHookWithName private
Summary: It's not widely used, and you can do something equivalent anyway by using existing public API. Reviewed By: javache Differential Revision: D3518896 fbshipit-source-id: 6995a5d840aecfff4ffd78ac43f3f592a4f47f91
This commit is contained in:
committed by
Facebook Github Bot 2
parent
65120d7052
commit
a203cf4791
@@ -85,10 +85,4 @@ typedef void (^RCTJavaScriptCallback)(id json, NSError *error);
|
||||
*/
|
||||
- (void)executeAsyncBlockOnJavaScriptQueue:(dispatch_block_t)block;
|
||||
|
||||
/**
|
||||
* For executors that support it, this method can be used to add a synchronous
|
||||
* callback function for communicating with the javascript context.
|
||||
*/
|
||||
- (void)addSynchronousHookWithName:(NSString *)name usingBlock:(id)block;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user