-
Notifications
You must be signed in to change notification settings - Fork 4
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
NativeScript Core TypeScript in NS 7 dependency issues #5
Comments
Is there any support on this? If this project is dead we must find an other SDK to implement in our app... |
Hi @thd-fox The project is not dead - rather it's actively maintained Regarding the latest 'parse failed' issue - you should try to add '@babel/plugin-proposal-class-properties' plugin As for all the above issues - it seems it's related to the xmppjs lib https://github.com/xmppjs/xmpp.js, especially to its internal dependency - By some reason, it can't find/install standard |
@DaveLomber thank you for your answer. Do you have iOS 10.* dependency? I can't fix the issues. There seems to be a TypeScript parse error. Hope for any help. |
@thd-fox thanks for the details provided I think the best way will be to perform the upgrade of code sample to NS7 at your side |
@DaveLomber I can't follow your way to give small support on NS7 compatibility. :( I represent an enterprise searching for a enterprise chat/video call solution and you don't support NS7 as you claim to support NS. :( I don't see that you spend a lot of effort in supporting NS platform. This is sad, as it seems that I can't expect a lot of support in the future once our company start enterprise plan with you. Please send me PN to plan a pre sales negotiation call. |
@thd-fox please contact [email protected] or [email protected] Thank you |
I agree with @thd-fox We developed our own chat engine but we are facing few issues. Any suggestion on chat with angular is welcomed. |
Hi all,
I really thank you for enabling us to integrate your chat service in a {N} app.
We develop our app in latest NativeScript version 7.1.
Also we use TypeScript and NativeScript Core.
How can we implement your SDK into this setup?
We followed your integration steps and also tried to convert your JS demo app to TS but with no success by now.
We get the following error from console:
The text was updated successfully, but these errors were encountered: