Skip to content

Commit baa7e16

Browse files
committed
Update header imports to match RN 0.40
1 parent f6d9e04 commit baa7e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/OAuthManager/OAuthManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#import <Foundation/Foundation.h>
99

10-
#import "RCTBridgeModule.h"
11-
#import "RCTLinkingManager.h"
10+
#import <React/RCTBridgeModule.h>
11+
#import <React/RCTLinkingManager.h>
1212

1313
@class OAuthClient;
1414

0 commit comments

Comments
 (0)