Files
NativeScript/Application/Readme.md

5 lines
183 B
Markdown

To initialize the module put the following code in the main entry point file (app.js):
```js
var appModule = require("Application");
appModule.init([native app instance]);
```