From c8bef64d075d4d24f6d41e40ce376d2f3d1de0f4 Mon Sep 17 00:00:00 2001 From: Francesco-Voto Date: Tue, 23 Jan 2024 09:56:38 +0100 Subject: [PATCH] fix: import tight codegen spec on header file --- ios/RNExitApp/RNExitApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNExitApp/RNExitApp.h b/ios/RNExitApp/RNExitApp.h index 3d7124c..b477dc2 100644 --- a/ios/RNExitApp/RNExitApp.h +++ b/ios/RNExitApp/RNExitApp.h @@ -7,7 +7,7 @@ #endif #if RCT_NEW_ARCH_ENABLED -#import +#import #endif @interface RNExitApp : NSObject