diff --git a/package.json b/package.json index fdcca00c..381bfa1c 100644 --- a/package.json +++ b/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", @@ -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" },