leegeunhyeok / react-native-zendesk-messaging

🗣️ Zendesk messaging SDK for React Native
https://www.npmjs.com/package/react-native-zendesk-messaging
MIT License
37 stars 10 forks source link

Zendesk sdk 2.19.0 breaks back button on Android #47

Closed XantreDev closed 3 weeks ago

XantreDev commented 5 months ago

Describe the bug When user taps on back button with @react-navigation/stack and react-native-zendesk-messaging installed application hides

To Reproduce Steps to reproduce the behavior:

  1. Install application
  2. Go to some screen in stack
  3. Try to use android go back button/gesture

Expected behavior Application opened previous screen

Screenshots

https://github.com/leegeunhyeok/react-native-zendesk-messaging/assets/57757211/2afb0038-70f4-4f6b-8e2c-40fe9a34a079

Environment (please complete the following information):

Additional context Fix

diff --git a/apps/international/android/build.gradle b/apps/international/android/build.gradle
index db88928e..5ab5df7f 100644
--- a/apps/international/android/build.gradle
+++ b/apps/international/android/build.gradle
@@ -23,7 +23,7 @@ buildscript {
         // mapbox end

         // Zendesk
-        zendeskSdkVersion = "2.19.0"
+        zendeskSdkVersion = "2.18.0"
         // Zendesk end
     }
     repositories {
stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

XantreDev commented 4 months ago

bump

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ande- commented 3 months ago

I'm having this same issue. I'm not using this repo, but am using React Native with bridge modules to use Zendesk, and upgrading to React Native 0.73.6 and ZendeskSDKMessaging 1.19+ caused an issue where the Android back button closes the app.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

XantreDev commented 2 months ago

Bump

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.