Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Amine-Belkacem opened this issue Oct 21, 2023 · 1 comment

Comments

@Amine-Belkacem
Copy link

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
Copy link

wodin commented May 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants