You can logout the user from Kommunicate using the logout function as described below: RNKommunicateChat.logout((response) => { if(response == "Success") { //logout successful } else { //error logging out } });