Skip to content

Commit

Permalink
[ReactNative] Fix packager assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeuzagallo committed May 5, 2015
1 parent af92154 commit d713a71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions React/Base/RCTBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,11 @@ - (instancetype)initWithParentBridge:(RCTBridge *)bridge
return self;
}

- (NSURL *)bundleURL
{
return _parentBridge.bundleURL;
}

- (NSDictionary *)launchOptions
{
return _parentBridge.launchOptions;
Expand Down

0 comments on commit d713a71

Please sign in to comment.