react-native-dragable-opensource
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-native-dragable-opensource", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a dragable component for react native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,3 +25,3 @@ import React, { Children, useRef } from 'react'; | ||
return ( | ||
<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}> | ||
<View> | ||
<Animated.View | ||
@@ -28,0 +28,0 @@ {...panResponder.panHandlers} |
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
2599