Skip to content

Commit 00195e4

Browse files
committed
fix: support expo 44
1 parent dd6075a commit 00195e4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ios/RNInstabug/RCTConvert+InstabugEnums.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
// Created by Yousef Hamza on 9/29/16.
66
// Copyright © 2016 Facebook. All rights reserved.
77
//
8-
9-
#if __has_include("RCTConvert.h")
10-
#import "RCTConvert.h"
11-
#else
12-
#import <React/RCTConvert.h>
13-
#endif
8+
#import <React/RCTConvert.h>
149

1510
@interface RCTConvert (InstabugEnums)
1611

0 commit comments

Comments
 (0)