@lincle/react-native-interactive 0.4.0-next.6 → 0.4.0-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -254,10 +254,11 @@ const Draggable = ({ animatedViewProps, children, debug = false, disabled = fals
|
|
|
254
254
|
const bottom = maxY ?
|
|
255
255
|
height - maxY :
|
|
256
256
|
-far;
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
257
|
+
const style = Object.assign({ bottom,
|
|
258
|
+
left,
|
|
259
|
+
right,
|
|
260
|
+
top }, styles.debugView);
|
|
261
|
+
return (_jsx(View, { pointerEvents: 'box-none', style: style }));
|
|
261
262
|
}, [
|
|
262
263
|
maxX,
|
|
263
264
|
maxY,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@lincle/react-native-interactive",
|
|
3
3
|
"title": "lincle react native interactive",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "0.4.0-next.
|
|
5
|
+
"version": "0.4.0-next.7",
|
|
6
6
|
"private": false,
|
|
7
7
|
"description": "A 'reactive' React node and edge generator",
|
|
8
8
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"rimraf": "^6.0.1"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@lincle/react-interactive-shared": "^0.4.0-next.
|
|
74
|
-
"@lincle/react-native-base": "^0.4.0-next.
|
|
75
|
-
"@lincle/react-shared": "^0.4.0-next.
|
|
73
|
+
"@lincle/react-interactive-shared": "^0.4.0-next.7",
|
|
74
|
+
"@lincle/react-native-base": "^0.4.0-next.7",
|
|
75
|
+
"@lincle/react-shared": "^0.4.0-next.7"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@openspacelabs/react-native-zoomable-view": "^2.1.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"dragndrop",
|
|
102
102
|
"drag"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "4457d7dd7df752f71d0559c5db389177a008252e"
|
|
105
105
|
}
|