walterholohan / react-native-crisp-chat-sdk

React-Native bridge for Crisp Chat iOS and Android SDK's
MIT License
71 stars 26 forks source link

Does it work on Expo.dev? #52

Closed mateusw3c closed 2 years ago

mateusw3c commented 2 years ago

Recently, I needed to use Crisp inside an application with Expo. I tried using this library, but it didn't work. Is there a specific walkthrough for apps that use expo?

Ps: I use expo SDK 41.

Expo Doc: https://docs.expo.dev/versions/v41.0.0

mlecoq commented 2 years ago

I have made a PR to support custom dev client : https://github.com/walterholohan/react-native-crisp-chat-sdk/pull/76

walterholohan commented 2 years ago

@mateusw3c I just release version 0.11.0 which includes expo support. Thank you @mlecoq