Skip to content

Commit

Permalink
Fix #import
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonong committed Jan 16, 2025
1 parent b11ba88 commit d3257b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNExitApp/RNExitApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#endif

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

@interface RNExitApp : NSObject <RCTBridgeModule>
Expand Down

0 comments on commit d3257b5

Please sign in to comment.