react-native-swappable-grid 1.0.6 → 1.0.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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# react-native-swappable-grid
|
|
2
2
|
|
|
3
|
+
<div align="center">
|
|
4
|
+
<img src="./assets/logo.png" width="300" height="auto" />
|
|
5
|
+
</div>
|
|
6
|
+
|
|
3
7
|
A powerful React Native component for creating draggable, swappable grid layouts with smooth animations, reordering, and delete functionality.
|
|
4
8
|
|
|
5
9
|
## Features
|
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.7",
|
|
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",
|