Browse Source

Update import to <React/**.h> (#3098)

Daniel van der Merwe 6 years ago
parent
commit
056c547f40
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/ios/RNNSideMenu/RCCDrawerController.h

+ 2
- 2
lib/ios/RNNSideMenu/RCCDrawerController.h View File

1
 #import <UIKit/UIKit.h>
1
 #import <UIKit/UIKit.h>
2
-#import "RCTBridge.h"
2
+#import <React/RCTBridge.h>
3
 #import "MMDrawerController.h"
3
 #import "MMDrawerController.h"
4
 #import "RCCDrawerProtocol.h"
4
 #import "RCCDrawerProtocol.h"
5
 
5
 
7
 @interface RCCDrawerController : MMDrawerController <RCCDrawerDelegate>
7
 @interface RCCDrawerController : MMDrawerController <RCCDrawerDelegate>
8
 
8
 
9
 
9
 
10
-@end
10
+@end