Skip to content

Commit

Permalink
fix: remove import which crashes ios during build (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertKlockiewicz authored Nov 14, 2024
1 parent 8a19829 commit 1fddd50
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ios/RnExecutorch.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@

#ifdef RCT_NEW_ARCH_ENABLED
#import "RNRnExecutorchSpec.h"

@interface RnExecutorch : NSObject <NativeRnExecutorchSpec>
#else
#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>

@interface RnExecutorch : RCTEventEmitter <RCTBridgeModule>
#endif

@end

0 comments on commit 1fddd50

Please sign in to comment.