Danilo Figueiredo

Results 21 comments of Danilo Figueiredo

Same here, I can confirm it's iOS only.

I have this issue when using `onLongPress` on iOS with `provider=MapView.PROVIDER_GOOGLE`. With either Android or iOS with default provider it works fine.

@nicencina have you tried nested persists? https://github.com/rt2zz/redux-persist#nested-persists Make sure you add to the root persist black list the nested persists otherwise data will be stored in both places.

@sebpapaechocharliekilo Need to install the voices in the iOS 16 Simulator. https://user-images.githubusercontent.com/435351/194771164-3c63a708-e9a3-40d0-bdeb-bfc20c1d1cf1.mp4 https://github.com/ak1394/react-native-tts/issues/224#issuecomment-1254132339

@ahmedam55 @Ravid-anywhere as far as I know this can be set in JS via the `startChat` method: ```typescript ZendeskChat.startChat({ messagingOptions: { botName: 'Custom Bot Name', }, }); ``` Source: https://github.com/taskrabbit/react-native-zendesk-chat/blob/main/RNZendeskChat.d.ts#L8-L21...

@cyyang94 My understanding is that this library is all about the **Classic** implementation (@fbartho is best placed to confirm that): - **Messaging** aka NEW Web Widget and SDKs: https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/ -...

Check the "Capabilities comparison matrix" here https://support.zendesk.com/hc/en-us/articles/4408834108186-Messaging-vs-live-chat-Which-is-right-for-you- AKAIK when they mention "Live Chat" it's the same as "Classic". It's annoying how inconsistent those terms are used in both docs and...

While this PR hasn't been merged, I'm using this simple custom solution https://stackoverflow.com/a/10789415

I'm also getting this `N8facebook3jsi7JSErrorE` error with Reanimated 3.7.0.

@nandorojo Just upgraded to version to 3.7.1 and can not reproduce the crash anymore. You might want to do the same.