Skip to content

Commit 9338238

Browse files
authored
fix: support expo 44 (#663)
1 parent 6ffccfd commit 9338238

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ios/RNInstabug/RCTConvert+InstabugEnums.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
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
8+
#if __has_include("React/RCTConvert.h")
129
#import <React/RCTConvert.h>
10+
#else
11+
#import "RCTConvert.h"
1312
#endif
1413

1514
@interface RCTConvert (InstabugEnums)

0 commit comments

Comments
 (0)