react-native-easy-gestures
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "react-native-easy-gestures", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "start": "node node_modules/react-native/local-cli/cli.js start", |
@@ -121,2 +121,14 @@ # React Native Easy Gestures | ||
```javascript | ||
onMultyTouchStart?(event: object, styles: object): void | ||
``` | ||
```javascript | ||
onMultyTouchChange?(event: object, styles: object): void | ||
``` | ||
```javascript | ||
onMultyTouchEnd?(event: object, styles: object): void | ||
``` | ||
```javascript | ||
onRotateStart?(event: object, styles: object): void | ||
@@ -123,0 +135,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18738
170