File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
// Created by Yousef Hamza on 9/29/16.
6
6
7
7
#import " InstabugReactBridge.h"
8
- #import " Instabug.h "
8
+ #import < Instabug/Instabug.h >
9
9
10
10
@implementation InstabugReactBridge
11
11
@@ -78,14 +78,14 @@ - (dispatch_queue_t)methodQueue {
78
78
79
79
RCT_EXPORT_METHOD (setPostInvocationHandler:(RCTResponseSenderBlock)callBack) {
80
80
if (callBack != nil ) {
81
- [Instabug setPostInvocationHandler : ^(IBGDismissType dismissType, IBGReportType reportType) {
81
+ [Instabug setPostInvocatioHandler : ^(IBGDismissType dismissType, IBGReportType reportType) {
82
82
[self sendEventWithName: @" IBGpostInvocationHandler" body: @{
83
83
@" dismissType" : @(dismissType),
84
84
@" reportType" : @(reportType)
85
85
}];
86
86
}];
87
87
} else {
88
- [Instabug setPostInvocationHandler :nil ];
88
+ [Instabug setPostInvocatioHandler :nil ];
89
89
}
90
90
}
91
91
@@ -126,7 +126,8 @@ - (dispatch_queue_t)methodQueue {
126
126
}
127
127
128
128
RCT_EXPORT_METHOD (setShakingThresholdForIPhone:(double )iPhoneShakingThreshold forIPad:(double )iPadShakingThreshold) {
129
- [Instabug setShakingThresholdForIPhone: iPhoneShakingThreshold forIPad: iPadShakingThreshold];
129
+ [Instabug setShakingThresholdForiPhone: iPadShakingThreshold
130
+ foriPad: iPadShakingThreshold];
130
131
}
131
132
132
133
RCT_EXPORT_METHOD (setFloatingButtonEdge:(CGRectEdge )floatingButtonEdge withTopOffset:(double )floatingButtonOffsetFromTop) {
You can’t perform that action at this time.
0 commit comments