Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
computerjazz committed Nov 13, 2021
1 parent 03dc784 commit 703e8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-draggable-flatlist",
"version": "3.0.0-beta.13",
"version": "3.0.0",
"description": "A drag-and-drop-enabled FlatList component for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/computerjazz/react-native-draggable-flatlist#readme",
"peerDependencies": {
"react-native": ">=0.62.0",
"react-native": ">=0.64.0",
"react-native-gesture-handler": ">=1.10.0",
"react-native-reanimated": ">=2.2.0"
},
Expand Down

0 comments on commit 703e8ac

Please sign in to comment.