December 2017
Beginner
372 pages
10h 32m
English
The following is a high-level diagram of NativeScript and its interaction with the mobile platform:

As we can see, the NativeScript runtime is responsible for converting JavaScript application code to the native platform code. It has various components that work together to convert and call the native APIs. Because NativeScript uses JVM and JavaScriptCore, it has access to all the latest ECMAScript language specifications for development, which allows us to use the latest ES6 feature set.
One of the main components that we need to understand in NativeScript design is NativeScript modules.
Read now
Unlock full access