Skip to content

Commit

Permalink
fix(ios): Build fail in New Architecture (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenkaGo committed Dec 2, 2023
1 parent efec373 commit a2b085e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RNShare.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endif

#if RCT_NEW_ARCH_ENABLED
#import <React-Codegen/RNShareSpec/RNShareSpec.h>
#import <RNShareSpec/RNShareSpec.h>
#endif

@interface RNShare : NSObject <RCTBridgeModule, UIDocumentPickerDelegate>
Expand All @@ -18,4 +18,4 @@
#if RCT_NEW_ARCH_ENABLED
@interface RNShare () <NativeRNShareSpec, UIDocumentPickerDelegate>
@end
#endif
#endif

0 comments on commit a2b085e

Please sign in to comment.