Skip to content

Commit 44053a5

Browse files
committed
Fix for Instabug 7.0 enums file change
1 parent b5fa478 commit 44053a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInstabug/RCTConvert+InstabugEnums.m

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

99
#import "RCTConvert+InstabugEnums.h"
10-
#import <Instabug/IBGEnums.h>
10+
#import <Instabug/IBGTypes.h>
1111

1212
@implementation RCTConvert (InstabugEnums)
1313

0 commit comments

Comments
 (0)