This commit is contained in:
Yousef Hamza
2017-05-08 15:57:39 +02:00
3 changed files with 5 additions and 11 deletions
@@ -202,9 +202,9 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
* @param username the username
*/
@ReactMethod
public void setUsername(String username) {
public void setUserName(String username) {
try {
mInstabug.setUsername(username);
mInstabug.setUserName(username);
} catch (Exception e) {
e.printStackTrace();
}