Skip to content

Commit 80279ae

Browse files
author
nmartin
committed
Rename ios exported method 'logout' to 'logOut'. This matches the android implementation.
1 parent 720581c commit 80279ae

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
@@ -229,7 +229,7 @@ - (dispatch_queue_t)methodQueue {
229229
[Instabug identifyUserWithEmail:email name:name];
230230
}
231231

232-
RCT_EXPORT_METHOD(logout) {
232+
RCT_EXPORT_METHOD(logOut) {
233233
[Instabug logOut];
234234
}
235235

0 commit comments

Comments
 (0)