Skip to content

Commit

Permalink
Merge pull request facebook#3 from sghiassy/sghiassy.v0.24.1_SOA.REBE…
Browse files Browse the repository at this point in the history
…L-63

REBEL-63: Implement Apple-R for Services
  • Loading branch information
daniel-beard authored Jul 6, 2016
2 parents 64d56f3 + 88535d8 commit b05e39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions React/Base/RCTBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ - (void)bindKeys
{
RCTAssertMainThread();

[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(reload)
name:RCTReloadNotification
object:nil];
// [[NSNotificationCenter defaultCenter] addObserver:self
// selector:@selector(reload)
// name:RCTReloadNotification
// object:nil];

#if TARGET_IPHONE_SIMULATOR
RCTKeyCommands *commands = [RCTKeyCommands sharedInstance];
Expand Down

0 comments on commit b05e39a

Please sign in to comment.