-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for React Native #31
Comments
React Native bridge can be found at https://github.com/walterholohan/react-native-crisp-chat-sdk |
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. |
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. |
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 |
Thanks, this is great! |
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. |
@Doc1faux will do, I will update the react-native sdk to use the latest version |
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.
The text was updated successfully, but these errors were encountered: