Converted RCTDevLoadingView to a module and fixed url display when using delegate

This commit is contained in:
Nick Lockwood
2015-08-08 02:58:30 -07:00
parent b82ac9bf07
commit 94caefa9c2
8 changed files with 142 additions and 171 deletions

View File

@@ -235,6 +235,7 @@ RCT_NOT_IMPLEMENTED(-init)
{
RCTAssertMainThread();
_bundleURL = [self.delegate sourceURLForBridge:self] ?: _bundleURL;
_batchedBridge = [[RCTBatchedBridge alloc] initWithParentBridge:self];
}