We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc784 commit 703e8acCopy full SHA for 703e8ac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-draggable-flatlist",
3
- "version": "3.0.0-beta.13",
+ "version": "3.0.0",
4
"description": "A drag-and-drop-enabled FlatList component for React Native",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -45,7 +45,7 @@
45
},
46
"homepage": "https://github.com/computerjazz/react-native-draggable-flatlist#readme",
47
"peerDependencies": {
48
- "react-native": ">=0.62.0",
+ "react-native": ">=0.64.0",
49
"react-native-gesture-handler": ">=1.10.0",
50
"react-native-reanimated": ">=2.2.0"
51
0 commit comments