Skip to content

Commit

Permalink
Merge pull request #356 from hossein-zare/dev-5.x
Browse files Browse the repository at this point in the history
v5.1.21
  • Loading branch information
hossein-zare authored Jun 8, 2021
2 parents 1b3b586 + d1df21a commit 9aba90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dropdown-picker",
"version": "5.1.20",
"version": "5.1.21",
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
"keywords": [
"picker",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ function Picker({
} else {
initialization.current = true;
}
}, [value]);
}, [value, items]);

/**
* dropDownDirection changed.
Expand Down

0 comments on commit 9aba90c

Please sign in to comment.