Skip to content

Commit 3fd9205

Browse files
Peter Arganyfacebook-github-bot
authored andcommitted
Enable metro
Summary: The OSS file touched in this diff is just a styling change. Reviewed By: ejanzer Differential Revision: D17400387 fbshipit-source-id: e51884d8942ba01e7da1662ac24429070e53a504
1 parent 33e65c6 commit 3fd9205

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

React/Base/RCTJavaScriptLoader.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ typedef void (^RCTSourceLoadBlock)(NSError *error, RCTSource *source);
7474

7575
@interface RCTJavaScriptLoader : NSObject
7676

77-
+ (void)loadBundleAtURL:(NSURL *)scriptURL onProgress:(RCTSourceLoadProgressBlock)onProgress onComplete:(RCTSourceLoadBlock)onComplete;
77+
+ (void)loadBundleAtURL:(NSURL *)scriptURL
78+
onProgress:(RCTSourceLoadProgressBlock)onProgress
79+
onComplete:(RCTSourceLoadBlock)onComplete;
7880

7981
/**
8082
* @experimental

0 commit comments

Comments
 (0)