From a2b085eb5b50763867264ea12fea7cd23bcc72fd Mon Sep 17 00:00:00 2001 From: zhenkaGo Date: Sat, 2 Dec 2023 17:27:07 +0200 Subject: [PATCH] fix(ios): Build fail in New Architecture (#1490) --- ios/RNShare.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/RNShare.h b/ios/RNShare.h index 668fd8e9..3ec51dbc 100644 --- a/ios/RNShare.h +++ b/ios/RNShare.h @@ -9,7 +9,7 @@ #endif #if RCT_NEW_ARCH_ENABLED -#import +#import #endif @interface RNShare : NSObject @@ -18,4 +18,4 @@ #if RCT_NEW_ARCH_ENABLED @interface RNShare () @end -#endif \ No newline at end of file +#endif