mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
5 lines
183 B
Markdown
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]);
|
|
``` |