mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook Github Bot
parent
33e65c6fd4
commit
3fd920583b
@@ -74,7 +74,9 @@ typedef void (^RCTSourceLoadBlock)(NSError *error, RCTSource *source);
|
||||
|
||||
@interface RCTJavaScriptLoader : NSObject
|
||||
|
||||
+ (void)loadBundleAtURL:(NSURL *)scriptURL onProgress:(RCTSourceLoadProgressBlock)onProgress onComplete:(RCTSourceLoadBlock)onComplete;
|
||||
+ (void)loadBundleAtURL:(NSURL *)scriptURL
|
||||
onProgress:(RCTSourceLoadProgressBlock)onProgress
|
||||
onComplete:(RCTSourceLoadBlock)onComplete;
|
||||
|
||||
/**
|
||||
* @experimental
|
||||
|
||||
Reference in New Issue
Block a user