DDS
DDS
I'm trying to render the examples using Expo on web and the table doesnt scroll. Any advice?
### What is the improvement or update you wish to see? 1. The doc on refresh token rotation for JWT, doesn't work with the client side functionality as it doesn't...
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?
The arrow icon stays visible on the last screen:
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...
### Build/Submit details page URL https://expo.dev/accounts/heliosx/projects/levity ### Summary When running `eas device:create` I get the following error: ``` google-sign-in without Firebase config plugin: Missing `iosUrlScheme` in provided options: {} Error:...