react-gesture-handler
Advanced tools
Comparing version 0.0.2 to 0.0.3
/// <reference types="react" /> | ||
import { GesturesProps } from './Gestures.models'; | ||
import { GesturesProps } from './models/Gestures.models'; | ||
export declare const Gestures: ({ children, options, recognizers }: GesturesProps) => JSX.Element; | ||
export default Gestures; |
@@ -31,5 +31,2 @@ "use strict"; | ||
var recognizersKeyType = []; | ||
/** | ||
* initialize hammerJS | ||
*/ | ||
if ($container) { | ||
@@ -36,0 +33,0 @@ hammer = new hammerjs_1.default($container, options); |
export * from './Gestures'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "react-gesture-handler", | ||
"title": "react-gesture-handler", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "React component to detect touch gestures", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"copy-files": "cp package.json lib/package.json && cp README.md lib/README.md", | ||
"build-publish": "npm run build && npm run copy-files && cd lib && npm run publish", | ||
"build-ready-publish": "npm run build && npm run copy-files && cd lib", | ||
"update-version": "node update-version.js" | ||
@@ -34,0 +34,0 @@ }, |
@@ -0,0 +0,0 @@ # React Gesture Handler |
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
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
12767
256
1