How to use the nativescript-vibrate.Vibrate function in nativescript-vibrate

To help you get started, we’ve selected a few nativescript-vibrate examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bazzite / nativescript-vibrate / demo / app / home / home-view-model.ts View on Github external
constructor() {
        super();
        this.vibrator = new Vibrate();

        // Has vibrator
        this.hasVibrator = 'Has vibrator?: ' + this.vibrator.hasVibrator();
    }
github EddyVerbruggen / nativescript-ar / demo-solarsystem / app / components / App.vue View on Github external
getVibrator() {
        if (!vibrator) {
          vibrator = new Vibrate();
        }
        return vibrator;
      },

nativescript-vibrate

A vibrate NativeScript plugin for Android and iOS

MIT
Latest version published 4 years ago

Package Health Score

54 / 100
Full package analysis

Popular nativescript-vibrate functions