We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad68b22 commit 6e0f694Copy full SHA for 6e0f694
ios/RNInstabug/InstabugAPMBridge.m
@@ -2,7 +2,7 @@
2
3
#import "InstabugAPMBridge.h"
4
#import <InstabugSDK/IBGAPM.h>
5
-#import <InstabugSDK/IBGExecutionTrace.h>
+//#import <InstabugSDK/IBGExecutionTrace.h>
6
#import <asl.h>
7
#import <React/RCTLog.h>
8
#import <os/log.h>
ios/RNInstabug/InstabugReactBridge.m
@@ -172,7 +172,7 @@ - (dispatch_queue_t)methodQueue {
172
}
173
174
RCT_EXPORT_METHOD(setPrimaryColor:(UIColor *)color) {
175
- Instabug.tintColor = color;
+// Instabug.tintColor = color;
176
177
178
RCT_EXPORT_METHOD(setTheme:(NSDictionary *)themeConfig) {
0 commit comments