Skip to content
Miscellaneous NativeScript utilities for general use.
CSS JavaScript Vue
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
components
config
mixins
services
.gitignore
.travis.yml
README.md
package.json
yarn.lock

README.md

NativeScript Common Library Build Status Version License

Miscellaneous NativeScript utilities for general use.

Install with npm:

$ npm install @mehyaa/nativescript-common

Install with yarn:

$ yarn add @mehyaa/nativescript-common

Just a few notes for anyone who wishes to use this library:

  • The library is created from my personal refactorings and merging seperate project's duplicated codes. It's main purpose is personal use so some behavior can be different than expected.

  • The library has no default entry point.

  • The modules within the library must be imported seperately.

  • The modules within the library are as-is and written in EcmaScript 6 so if your target environment uses lower versions of EcmaScript you need to transpile the modules.

You can’t perform that action at this time.