File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 33[ ![ GitHub forks] ( https://img.shields.io/github/forks/nativescript-community/gesturehandler.svg )] ( https://github.com/nativescript-community/gesturehandler/network )
44[ ![ GitHub stars] ( https://img.shields.io/github/stars/nativescript-community/gesturehandler.svg )] ( https://github.com/nativescript-community/gesturehandler/stargazers )
55
6- [ ![ NPM] ( https://nodei.co/npm/@nativescript-community/gesturehandler.png?downloads=true&downloadRank=true&stars=true )] ( https://nodei.co/npm/@nativescript-community/gesturehandler/ )
76
87## Installation
98
10- * ` tns plugin add @nativescript-community/gesturehandler `
9+ ``` shell
10+ tns plugin add @nativescript-community/gesturehandler
11+ ```
1112
1213Be sure to run a new build after adding plugins to avoid any issues.
1314
@@ -19,10 +20,6 @@ The source is based on the source code by [Krzysztof Magiera](https://github.com
1920
2021## API
2122
22- First you need to install the plugin:
23- ``` shell
24- tns plugin add @nativescript-community/gesturehandler
25- ```
2623We need to do some wiring when your app starts, so open ` app.ts ` and add this before creating any View/App/Frame:
2724##### TypeScript
2825``` ts
You can’t perform that action at this time.
0 commit comments