Skip to content

Commit

Permalink
[iOS] Drop unneeded expose of private methods for RCTBridge, refs rea…
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 6, 2017
1 parent d2bef43 commit 6add09d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions react-native/ios/RealmReact/RealmReact.mm
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ - (JSContext *)context;
// the part of the RCTCxxBridge private class we care about
@interface RCTBridge (RCTCxxBridge)
- (JSGlobalContextRef)jsContextRef;
// RN >= 0.46
- (void)ensureOnJavaScriptThread:(dispatch_block_t)block;
// RN < 0.46
- (void)executeBlockOnJavaScriptThread:(dispatch_block_t)block;
@end

extern "C" JSGlobalContextRef RealmReactGetJSGlobalContextForExecutor(id executor, bool create) {
Expand Down

0 comments on commit 6add09d

Please sign in to comment.