[ReactNative] Fix packager assets
This commit is contained in:
parent
af921542b5
commit
d713a711c4
|
@ -941,6 +941,11 @@ RCT_BRIDGE_WARN(_invokeAndProcessModule:(NSString *)module method:(NSString *)me
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSURL *)bundleURL
|
||||||
|
{
|
||||||
|
return _parentBridge.bundleURL;
|
||||||
|
}
|
||||||
|
|
||||||
- (NSDictionary *)launchOptions
|
- (NSDictionary *)launchOptions
|
||||||
{
|
{
|
||||||
return _parentBridge.launchOptions;
|
return _parentBridge.launchOptions;
|
||||||
|
|
Loading…
Reference in New Issue