crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
56 stars 17 forks source link

Support for React Native #31

Open walterholohan opened 4 years ago

walterholohan commented 4 years ago

When do you plan to release a React Native module that will bridge the iOS and Android SDKs. I have created a custom bridge but am struggling to get the Android bridge to work correctly. Happy to contribute my custom bridge if it will speed up the process.

walterholohan commented 4 years ago

React Native bridge can be found at https://github.com/walterholohan/react-native-crisp-chat-sdk

alimcharaniya commented 3 years ago

If anyone needs Crisp for Cordova or Capacitor - reach out to me - I'll try to publish as a plugin ASAP but if someone needs it sooner I can share directly.

eliottvincent commented 3 years ago

Hey @alimcharaniya, cool news, feel free to share the link here once done :) We'll have a look and suggest it to our customers who seek for a Cordova solution.

alimcharaniya commented 3 years ago

https://github.com/myprizepicks/capacitor-plugin-crisp-sdk

@eliottvincent - here's a link to the Capacitor Plugin Source

This currently lives at the root level of our project. Use npm link ./capacitor-plugin-crisp to install it.

Havent tested how it will behave installing from git or npm. Can do that next

eliottvincent commented 3 years ago

Thanks, this is great!

Doc1faux commented 2 years ago

Thanks both for your work :)

@walterholohan since 1.0.8, we removed the jcenter dependency 🎉 and now the latest SDK version is 1.0.9. Feel free to update your README ;)

walterholohan commented 2 years ago

@Doc1faux will do, I will update the react-native sdk to use the latest version