From d3257b54958f33848615b93aaa2ddef107158525 Mon Sep 17 00:00:00 2001 From: Samson Ong Date: Thu, 16 Jan 2025 17:24:28 +0800 Subject: [PATCH] Fix `#import` https://github.com/wumke/react-native-exit-app/issues/71#issuecomment-2497071024 --- 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..a84a2c7 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