react-native-sortable-dynamic 0.3.0 → 0.3.3

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-sortable-dynamic",
3
- "version": "0.3.0",
3
+ "version": "0.3.3",
4
4
  "description": "This package provides a highly customizable, animated, and performant sortable grid list component for React Native. It allows users to easily reorder grid items through drag-and-drop gestures, with smooth animations powered by react-native-reanimated and gesture handling by react-native-gesture-handler.",
5
5
  "source": "./src/index.js",
6
6
  "main": "./lib/commonjs/index.js",
@@ -72,7 +72,7 @@
72
72
  "react": "18.2.0",
73
73
  "react-native": "0.74.5",
74
74
  "react-native-builder-bob": "^0.30.2",
75
- "react-native-gesture-handler": "^2.0.0",
75
+ "react-native-gesture-handler": "^2.25.0",
76
76
  "react-native-reanimated": "^3.0.0",
77
77
  "release-it": "^15.0.0",
78
78
  "typescript": "^5.2.2"
@@ -83,8 +83,8 @@
83
83
  "peerDependencies": {
84
84
  "react": "*",
85
85
  "react-native": "*",
86
- "react-native-gesture-handler": "^1.10.0",
87
- "react-native-reanimated": "^2.0.0"
86
+ "react-native-gesture-handler": "*",
87
+ "react-native-reanimated": "*"
88
88
  },
89
89
  "workspaces": [
90
90
  "example"