Skip to content

Commit f368672

Browse files
authored
Merge pull request #10 from tsjing/master
RN 0.40+ iOS header fix
2 parents c8d0d2f + a1b3d47 commit f368672

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ios/RNSensitiveInfo/RNSensitiveInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*/
99

10-
#import "RCTBridgeModule.h"
10+
#import "React/RCTBridgeModule.h"
1111

1212
@interface RNSensitiveInfo : NSObject <RCTBridgeModule>
1313

ios/RNSensitiveInfo/RNSensitiveInfo.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#import <Security/Security.h>
44
#import "RNSensitiveInfo.h"
5-
#import "RCTConvert.h"
6-
#import "RCTBridge.h"
7-
#import "RCTUtils.h"
5+
#import "React/RCTConvert.h"
6+
#import "React/RCTBridge.h"
7+
#import "React/RCTUtils.h"
88

99
@implementation RNSensitiveInfo
1010

0 commit comments

Comments
 (0)