Skip to content

Commit e38ea1b

Browse files
authored
Update version and Add react-native-gesture-handler to dependencies.
1 parent 05d2e73 commit e38ea1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dropdown-picker",
3-
"version": "5.4.6",
3+
"version": "5.4.7",
44
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
55
"keywords": [
66
"picker",
@@ -43,7 +43,9 @@
4343
"author": "Hossein Zare",
4444
"main": "index.js",
4545
"types": "index.d.ts",
46-
"dependencies": {},
46+
"dependencies": {
47+
"react-native-gesture-handler": "^2.9.0"
48+
},
4749
"peerDependencies": {
4850
"react": "*",
4951
"react-native": "*"

0 commit comments

Comments
 (0)