Skip to content

Commit 6c0ed09

Browse files
authored
🤝 Merge pull request #72 from KrazyLabs/ios_logout
Rename iOS exported method 'logout' to 'logOut' to match Android implementation
2 parents 720581c + 80279ae commit 6c0ed09

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)