mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Converted RCTDevLoadingView to a module and fixed url display when using delegate
This commit is contained in:
@@ -235,6 +235,7 @@ RCT_NOT_IMPLEMENTED(-init)
|
||||
{
|
||||
RCTAssertMainThread();
|
||||
|
||||
_bundleURL = [self.delegate sourceURLForBridge:self] ?: _bundleURL;
|
||||
_batchedBridge = [[RCTBatchedBridge alloc] initWithParentBridge:self];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user