taskrabbit / react-native-zendesk-chat

React Native Wrapper around Zendesk Chat v2
MIT License
130 stars 126 forks source link

Crashing issue in android release build #157

Closed ivancheng1214 closed 1 month ago

ivancheng1214 commented 1 month ago

Hello, I am working on zendesk messaging in react native. When I have build the android app in debug mode using react-native run-android --mode=devDebug, it works well. But when building it in release mode using app:assembleDevRelease, it stops when app runs.

Here is my react native info:

System: OS: macOS 14.3 CPU: (6) x64 Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz Memory: 5.11 GB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.17.1 path: ~/.nvm/versions/node/v18.17.1/bin/node Yarn: version: 1.22.19 path: /usr/local/bin/yarn npm: version: 9.6.7 path: ~/.nvm/versions/node/v18.17.1/bin/npm Watchman: version: 2023.01.02.00 path: /usr/local/bin/watchman SDKs: Android SDK: API Levels:

How can I solve the issue?