Skip to content

Commit 6e0f694

Browse files
chore: remove native iOS deprecated api
1 parent ad68b22 commit 6e0f694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/RNInstabug/InstabugAPMBridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#import "InstabugAPMBridge.h"
44
#import <InstabugSDK/IBGAPM.h>
5-
#import <InstabugSDK/IBGExecutionTrace.h>
5+
//#import <InstabugSDK/IBGExecutionTrace.h>
66
#import <asl.h>
77
#import <React/RCTLog.h>
88
#import <os/log.h>

ios/RNInstabug/InstabugReactBridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ - (dispatch_queue_t)methodQueue {
172172
}
173173

174174
RCT_EXPORT_METHOD(setPrimaryColor:(UIColor *)color) {
175-
Instabug.tintColor = color;
175+
// Instabug.tintColor = color;
176176
}
177177

178178
RCT_EXPORT_METHOD(setTheme:(NSDictionary *)themeConfig) {

0 commit comments

Comments
 (0)