[ReactNative] Fix packager assets

This commit is contained in:
Tadeu Zagallo 2015-05-05 02:31:20 -07:00
parent af921542b5
commit d713a711c4
1 changed files with 5 additions and 0 deletions

View File

@ -941,6 +941,11 @@ RCT_BRIDGE_WARN(_invokeAndProcessModule:(NSString *)module method:(NSString *)me
return self;
}
- (NSURL *)bundleURL
{
return _parentBridge.bundleURL;
}
- (NSDictionary *)launchOptions
{
return _parentBridge.launchOptions;