crisp-sdk-android icon indicating copy to clipboard operation
crisp-sdk-android copied to clipboard

Support for React Native

Open walterholohan opened this issue 4 years ago • 7 comments

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 avatar May 09 '20 06:05 walterholohan

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

walterholohan avatar May 10 '20 19:05 walterholohan

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.

alimcharaniya avatar Apr 21 '21 18:04 alimcharaniya

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.

eliottvincent avatar Apr 21 '21 18:04 eliottvincent

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

alimcharaniya avatar Apr 21 '21 23:04 alimcharaniya

Thanks, this is great!

eliottvincent avatar Apr 22 '21 07:04 eliottvincent

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 ;)

Doc1faux avatar Feb 11 '22 14:02 Doc1faux

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

walterholohan avatar Feb 11 '22 14:02 walterholohan