Skip to content

Commit b05e39a

Browse files
authored
Merge pull request facebook#3 from sghiassy/sghiassy.v0.24.1_SOA.REBEL-63
REBEL-63: Implement Apple-R for Services
2 parents 64d56f3 + 88535d8 commit b05e39a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

React/Base/RCTBridge.m

+4-4
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ - (void)bindKeys
203203
{
204204
RCTAssertMainThread();
205205

206-
[[NSNotificationCenter defaultCenter] addObserver:self
207-
selector:@selector(reload)
208-
name:RCTReloadNotification
209-
object:nil];
206+
// [[NSNotificationCenter defaultCenter] addObserver:self
207+
// selector:@selector(reload)
208+
// name:RCTReloadNotification
209+
// object:nil];
210210

211211
#if TARGET_IPHONE_SIMULATOR
212212
RCTKeyCommands *commands = [RCTKeyCommands sharedInstance];

0 commit comments

Comments
 (0)