react-native-swappable-grid 1.0.4 → 1.0.5
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.
- package/README.md +16 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ A powerful React Native component for creating draggable, swappable grid layouts
|
|
|
16
16
|
## 📱 Demo
|
|
17
17
|
|
|
18
18
|
<h3 align="center">
|
|
19
|
-
Drag and
|
|
19
|
+
Drag and re-order items
|
|
20
20
|
</h3>
|
|
21
21
|
|
|
22
22
|
<div align="center">
|
|
@@ -27,18 +27,29 @@ A powerful React Native component for creating draggable, swappable grid layouts
|
|
|
27
27
|
</br>
|
|
28
28
|
|
|
29
29
|
<h3 align="center">
|
|
30
|
-
Add new items
|
|
30
|
+
Add new items
|
|
31
31
|
</h3>
|
|
32
32
|
|
|
33
33
|
<div align="center">
|
|
34
|
-
<img src="./assets/add-items
|
|
34
|
+
<img src="./assets/add-items.gif" width="300" height="auto" />
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
37
|
</br>
|
|
38
38
|
</br>
|
|
39
39
|
|
|
40
40
|
<h3 align="center">
|
|
41
|
-
|
|
41
|
+
The grid can have handle any item size and adjustes itself dynamically
|
|
42
|
+
</h3>
|
|
43
|
+
|
|
44
|
+
<div align="center">
|
|
45
|
+
<img src="./assets/re-size.gif" width="300" height="auto" />
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
</br>
|
|
49
|
+
</br>
|
|
50
|
+
|
|
51
|
+
<h3 align="center">
|
|
52
|
+
Hold still to delete items
|
|
42
53
|
</h3>
|
|
43
54
|
|
|
44
55
|
<div align="center">
|
|
@@ -49,7 +60,7 @@ A powerful React Native component for creating draggable, swappable grid layouts
|
|
|
49
60
|
</br>
|
|
50
61
|
|
|
51
62
|
<h3 align="center">
|
|
52
|
-
Drag to
|
|
63
|
+
Drag to delete items
|
|
53
64
|
</h3>
|
|
54
65
|
|
|
55
66
|
<div align="center">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-swappable-grid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A React Native component for creating draggable, swappable grid layouts with reordering, delete functionality, and smooth animations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|