Skip to content

Commit f2a5890

Browse files
committed
📝 Fix the import in the bridge header file to account for changes in RN 0.48
1 parent c094381 commit f2a5890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInstabug/InstabugReactBridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "RCTBridgeModule.h"
10+
#import <React/RCTBridgeModule.h>
1111
#import "RCTEventEmitter.h"
1212

1313
@interface InstabugReactBridge : RCTEventEmitter <RCTBridgeModule>

0 commit comments

Comments
 (0)