Crisp is not working on Android. Getting the following error on Android
Below is my code
const websiteId = Config.CRISP_WEBSITE_ID;
export const configureCrisp = () => {
// You must set your website ID before calling <CrispChat />
configure(websiteId);
show();
};
The same code works on IOS but not on Android.
I have also checked the chatbot settings and it looks fine
React Native Version = 0.80.1
Crisp SDK Version = ^0.19.0
Crisp is not working on Android. Getting the following error on Android
Below is my code
The same code works on IOS but not on Android.
I have also checked the chatbot settings and it looks fine