chatwoot / chatwoot-react-native-widget

React Native widget for Chatwoot
https://www.npmjs.com/package/@chatwoot/react-native-widget
MIT License
36 stars 39 forks source link

The widget functions as expected when running in Expo Go but encounters issues when incorporated into an Android build. #36

Open Amine-Belkacem opened 11 months ago

Amine-Belkacem commented 11 months ago

I successfully installed the chatwoot-react-native-widget, and everything functions smoothly when I run my app using Expo Go. However, when I create an Android build and test it on a real device, the app crashes. Strangely, my app works perfectly on an Android device as long as I remove the chatwoot package. If I add the package and rebuild the app, it consistently crashes at startup. I'm uncertain about the cause of this issue and would appreciate any insights or solutions.

wodin commented 4 months ago

Run adb logcat -d after the crash and search for "FATAL" or other errors that might indicate what the problem it. Also run npx expo-doctor@latest