JaneaSystems / nodejs-mobile

Full-fledged Node.js on Android and iOS
https://code.janeasystems.com/nodejs-mobile
Other
2.56k stars 182 forks source link

A support for NativeScript #74

Open OMuhammad opened 6 years ago

OMuhammad commented 6 years ago

Is there any plans to support NativeScript?

Thanks

jaimecbernardo commented 6 years ago

Hi @OMuhammad , There are no plans to support NativeScript currently. It seems it is possible to run it there, though: https://twitter.com/CongoCart/status/916190558929989632

OMuhammad commented 6 years ago

Thanks for the information you provided.

ndarilek commented 5 years ago

Just wondering if you ever made any progress on this?

I'm new to NativeScript and am hacking together a demo project which I'd like to ultimately convert into a plugin. Currently have the project integration steps automated (I.e. merging Gradle settings, copying in binary assets, etc.) but message-passing is tripping me up, and I'm new enough to NS that I don't know whether or not I can implement that without dropping to C++. Its native abstractions are richer than React Native's, but I don't know how far I can go with them.

Anyhow, since folks have either succeeded at this already or have wanted to a few months ago, it'd be great if we could stop duplicating efforts and work together on building our own plugin for this. :) I'm happy to try packaging a pile of demo code into a plugin if that's all we need to do.

jaimecbernardo commented 5 years ago

Hi @ndarilek , There are still no plans to support a NativeScript plugin with nodejs-mobile. Please do drop us a link if you release a plugin for NativeScript.

xeoshow commented 5 years ago

Is there any nativescript plugin for nodejs-mobile now? Thanks!

xeoshow commented 5 years ago

After further reading about the mechanism of nativescript, seems there is no need bridging, it can invoke native API and sdk directly. So this problem seems how to merge the nativescript project into nodejs-mobile? Any one has any exprience with this? Thanks!