react-native-zendesk-messaging
react-native-zendesk-messaging copied to clipboard
🗣️ Zendesk messaging SDK for React Native
Fixes #39 This PR updates the ZendeskMessaging SDK to version 2.19.0. To test this, I had to also update the React Native example project to latest as couldn't really start...
**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...
This is not a bug but a question: **Context**: If the app is sent to background and opened it again X minutes later, the user has to authenticate/login again, just...
**Describe the bug** When presented with a dropdown select for a field entry in the bot flow, on mobile, a discard changes option will appear. On tablet, it crashes. **Expected...
**Describe the bug** Crash when press push notification (on SDK 2.11.0, 2.8.0 is fine) **To Reproduce** Steps to reproduce the behavior: 1. App Launch (Zendesk.initialize here) 2. Receive Zendesk push...
Sentry shows following error `EXC_BAD_ACCESS Exception 1, Code 1, Subcode 9223372036854775816 > KERN_INVALID_ADDRESS at 0x8000000000000008.`
### We have observed few crashs on our Crashlytics dashboard zendesk.messaging.android.internal.conversationscreen.ConversationTypingEvents.sendTypingStartEvent (ConversationTypingEvents.kt:112) zendesk.messaging.android.internal.conversationscreen.ConversationTypingEvents.onTyping (ConversationTypingEvents.kt:83) zendesk.messaging.android.internal.conversationscreen.ConversationScreenCoordinator$onTyping$1.invoke (ConversationScreenCoordinator.kt:188) zendesk.messaging.android.internal.conversationscreen.ConversationScreenCoordinator$onTyping$1.invoke (ConversationScreenCoordinator.kt:187) zendesk.ui.android.conversation.composer.MessageComposerView$special$$inlined$doOnTextChanged$1.onTextChanged (TextView.kt:101) android.widget.TextView.sendOnTextChanged (TextView.java:10909) android.widget.TextView.handleTextChanged (TextView.java:11024) android.widget.TextView$ChangeWatcher.onTextChanged (TextView.java:13943) android.text.SpannableStringBuilder.sendTextChanged (SpannableStringBuilder.java:1268) android.text.SpannableStringBuilder.replace (SpannableStringBuilder.java:577)...
In the [push notification instructions](https://github.com/leegeunhyeok/react-native-zendesk-messaging/blob/master/docs/ios-push-notifications.md) I'm not 100% clear but is this suggesting you need to modify the native code to get push notifications working?
**Describe the bug** Release build failing on XCode Version 16.0 (16A242d) Mac OS Sequoia (15.0 (24A335)) **To Reproduce** Steps to reproduce the behavior: Generate a release build with Zendesk Logger...
**Describe the bug** In iOS devices, a message push notification does not open the Zendesk Messaging View screen, but this functionality works fine in Android after tapping on the push...