mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 22:50:48 +00:00
Merge pull request #32 from Instabug/hotfix/fix-setUserName-typo
Fix setUserName typo
This commit is contained in:
commit
a733f8ad5d
@ -181,9 +181,9 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
* @param username
|
||||
*/
|
||||
@ReactMethod
|
||||
public void setUsername(String username) {
|
||||
public void setUserName(String username) {
|
||||
try {
|
||||
mInstabug.setUsername(username);
|
||||
mInstabug.setUserName(username);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user