Skip to content

Commit

Permalink
Merge pull request #657 from hossein-zare/dev-5.x
Browse files Browse the repository at this point in the history
v5.4.6
  • Loading branch information
hossein-zare authored Mar 9, 2023
2 parents 0894e99 + c2f9015 commit d252873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.5",
"version": "5.4.6",
"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
4 changes: 2 additions & 2 deletions src/components/Picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1815,9 +1815,9 @@ function Picker({
{_BodyComponent}
{_ArrowComponent}
</TouchableOpacity>
</View>

{DropDownBodyComponent}
{DropDownBodyComponent}
</View>
</>
);
}
Expand Down

0 comments on commit d252873

Please sign in to comment.