mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-02 14:10:40 +00:00
🤝 Merge pull request #72 from KrazyLabs/ios_logout
Rename iOS exported method 'logout' to 'logOut' to match Android implementation
This commit is contained in:
commit
6c0ed095a5
@ -229,7 +229,7 @@ RCT_EXPORT_METHOD(identifyUserWithEmail:(NSString *)email name:(NSString *)name)
|
||||
[Instabug identifyUserWithEmail:email name:name];
|
||||
}
|
||||
|
||||
RCT_EXPORT_METHOD(logout) {
|
||||
RCT_EXPORT_METHOD(logOut) {
|
||||
[Instabug logOut];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user