We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 607f719 + af4807e commit ab357b0Copy full SHA for ab357b0
PasscodeAuth.h
@@ -1,4 +1,4 @@
1
-#import "RCTBridgeModule.h"
+#import <React/RCTBridgeModule.h>
2
3
@interface PasscodeAuth : NSObject <RCTBridgeModule>
4
PasscodeAuth.m
@@ -1,5 +1,5 @@
#import "PasscodeAuth.h"
-#import "RCTUtils.h"
+#import <React/RCTUtils.h>
#import <LocalAuthentication/LocalAuthentication.h>
5
@implementation PasscodeAuth
0 commit comments