Skip to content

Commit cdc5ed4

Browse files
authored
Merge pull request #43 from futuun/master
Update header imports to match RN 0.40
2 parents 710eebd + baa7e16 commit cdc5ed4

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)