mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
183 B
183 B
To initialize the module put the following code in the main entry point file (app.js):
var appModule = require("Application");
appModule.init([native app instance]);