Skip to content

Commit 32cec4a

Browse files
committed
📝 showIntroMessage API
1 parent df5f566 commit 32cec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInstabug/InstabugReactBridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ - (dispatch_queue_t)methodQueue {
154154
}
155155

156156
RCT_EXPORT_METHOD(showIntroMessage) {
157-
[Instabug showIntroMessage];
157+
[IBGBugReporting showIntroMessage];
158158
}
159159

160160
RCT_EXPORT_METHOD(setUserEmail:(NSString *)userEmail) {

0 commit comments

Comments
 (0)