Updates from Mon 16 Mar

- [ReactNative] Share same server port for debugger proxy | Alex Kotliarskyi
- [react-packager] small fixes to image loader | Amjad Masad
- [ReactNative] NetworkInformation.reachability API w/ example | Eric Vicenti
- [ReactNative] Put launchOptions in RCTPushNotificationManager | Andrew Rasmussen
- [ReactNative] Improve PixelRatio documentation | Christopher Chedeau
This commit is contained in:
Christopher Chedeau
2015-03-16 19:01:28 -07:00
parent 9b95a896e9
commit 2b66b21c95
12 changed files with 411 additions and 52 deletions

View File

@@ -554,7 +554,7 @@ static id<RCTJavaScriptExecutor> _latestJSExecutor;
}];
if (dispatch_semaphore_wait(semaphore, dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC)) != 0) {
RCTLogMustFix(@"JavaScriptExecutor took too long to inject JSON object");
RCTLogError(@"JavaScriptExecutor took too long to inject JSON object");
}
}