mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
renamed folders with lower cases and renamed user preferences to local settings
This commit is contained in:
5
application/Readme.md
Normal file
5
application/Readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
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]);
|
||||
```
|
||||
Reference in New Issue
Block a user