react-native-zendesk-messaging
react-native-zendesk-messaging copied to clipboard
Zendesk sdk 2.19.0 breaks back button on Android
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:
- Install application
- Go to some screen in stack
- 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):
- Platform: Android
- React Native Version 0.73.7
- Zendesk SDK Version 2.19.0
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 {
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.
bump
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.
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.
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.
Bump
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.
still a problem. should be fixed