Converted RCTDevLoadingView to a module and fixed url display when using delegate

This commit is contained in:
Nick Lockwood
2015-08-08 02:58:30 -07:00
parent b82ac9bf07
commit 94caefa9c2
8 changed files with 142 additions and 171 deletions

View File

@@ -0,0 +1,14 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "RCTBridgeModule.h"
@interface RCTDevLoadingView : NSObject <RCTBridgeModule>
@end