Slide 9
Slide 9 text
How does NativeScript work?
The JS→native runtime
• It’s a V8-based runtime, like Node.js
• It provides 1:1 JS bindings to all iOS or Android APIs
• In future, will be an npm library (based on Node-API)
• will work on Hermes, QuickJS, JSC, etc.
• will work inside React Native, Node.js, Bun, and Deno