react-native-zendesk-messaging icon indicating copy to clipboard operation
react-native-zendesk-messaging copied to clipboard

🗣️ Zendesk messaging SDK for React Native

Results 15 react-native-zendesk-messaging issues
Sort by recently updated
recently updated
newest added
trafficstars

Any reason why iOS doesn't support updatePushNotificationToken? https://github.com/leegeunhyeok/react-native-zendesk-messaging/blob/master/src/index.ts ``` export function updatePushNotificationToken(token: string): void { if (Platform.OS !== 'android') return; return ZendeskMessaging.updatePushNotificationToken(token); } ``` It is supported in the native...

This is not a bug but a question: **Context**: I used Zendesk messaging in the app. Inside my app, people can log in and log out (to use Zendesk messaging,...

Hi, I'm wanting to use this package to incorporate Zendesk into my RN/expojs app, but am unable to due to the SDK version being used. It still contains bitcode, which...

Hello sir, Is there a way to set the user language, (i.e. French German Portuguese via the package?) Many thanks? Nadav

wontfix

I’ve created a custom FirebaseMessagingService to handle deep links for notifications when the app is killed. The flow works as follows: Notification Handling: When the app is killed, my FirebaseMessagingService...

help wanted
android
pinned