nativescript-toolbox
nativescript-toolbox copied to clipboard
A NativeScript module that is a composition of useful tools and helpers.
When I update **NativeScript** from _v3.0.3_ to _3.1.1_ I got error ... > Failed at the [email protected] postinstall script 'tsc'. > Make sure you have the latest version of node.js...
In my project, I use the nativescript-bitmap-factory (version 1,8.1) to crop an image: public cropImage(image : ImageSource) : ImageSource { let mutable = BitmapFactory.makeMutable(image); return BitmapFactory.asBitmap(mutable).dispose((bmp) => { let croppedImage...
I love this plug in as it has some handy dandy things in it. However I recommend removing any open device settings functions as it includes the use of App-prefs:root...
hello, can anyone provide me the sample code for using api client in javascript nativescript. thanks in advance!...
When I use this plugin with Webpack .. i got several errors ... because I use momentJS .. and I got several errors in locale folder ...