How to use nativescript-app-tour - 1 common examples

To help you get started, we’ve selected a few nativescript-app-tour 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 hamdiwanis / nativescript-app-tour / demo / app / main-view-model.ts View on Github external
{
                view: this.page.getViewById("feat4"),
                title: 'Feature 4',
                description: 'Feature 4 Description',
                outerCircleColor: 'gold',
                rippleColor: 'black'
            },
            {
                view: this.page.getViewById("feat5"),
                title: 'Feature 5',
                description: 'Feature 5 Description',
                outerCircleColor: 'blue',
                rippleColor: 'black'
            }
        ];
        this.tour = new AppTour(stops);
    }

    this.tour.reset();
    this.tour.show();
  }
}

nativescript-app-tour

NativeScript plugin for building a tour, showcase or a walkthrough for your app.

Apache-2.0
Latest version published 2 years ago

Package Health Score

42 / 100
Full package analysis

Popular nativescript-app-tour functions