react-gesture-handler
Advanced tools
Comparing version 0.0.3 to 0.0.4
/// <reference types="react" /> | ||
import { GesturesProps } from './models/Gestures.models'; | ||
export declare const Gestures: ({ children, options, recognizers }: GesturesProps) => JSX.Element; | ||
export declare const Gestures: ({ children, options, recognizers, }: GesturesProps) => JSX.Element; | ||
export default Gestures; |
@@ -32,3 +32,3 @@ "use strict"; | ||
if ($container) { | ||
hammer = new hammerjs_1.default($container, options); | ||
hammer = new hammerjs_1.default.Manager($container, options); | ||
if (recognizers && hammer !== undefined) { | ||
@@ -35,0 +35,0 @@ recognizersKeyType = Object.keys(recognizers); |
export * from './Gestures'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="hammerjs" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="hammerjs" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="hammerjs" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="hammerjs" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="hammerjs" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="hammerjs" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "react-gesture-handler", | ||
"title": "react-gesture-handler", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "React component to detect touch gestures", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/elsa-santos/react-gesture-handler.git" | ||
"url": "git://github.com/elsa-santos/react-gesture-handler.git" | ||
}, | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"copy-files": "cp package.json lib/package.json && cp README.md lib/README.md", | ||
"build-ready-publish": "npm run build && npm run copy-files && cd lib", | ||
"build-ready-publish": "npm run build && npm run copy-files", | ||
"update-version": "node update-version.js" | ||
@@ -35,0 +35,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
12504