Skip to content

Commit ab357b0

Browse files
authored
Merge pull request #2 from yyoshiki41/upgrade/rn-v0.40.0
(RN0.40.0) Fixed ios native headers
2 parents 607f719 + af4807e commit ab357b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PasscodeAuth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "RCTBridgeModule.h"
1+
#import <React/RCTBridgeModule.h>
22

33
@interface PasscodeAuth : NSObject <RCTBridgeModule>
44

PasscodeAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "PasscodeAuth.h"
2-
#import "RCTUtils.h"
2+
#import <React/RCTUtils.h>
33
#import <LocalAuthentication/LocalAuthentication.h>
44

55
@implementation PasscodeAuth

0 commit comments

Comments
 (0)