Skip to content

Commit

Permalink
Menubar is destroyed when the menu is toggled. Therefore, a button is…
Browse files Browse the repository at this point in the history
… touchable under the RNSingleSelect
  • Loading branch information
WrathChaos committed Sep 8, 2020
1 parent 69a57fc commit 86b04a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/RNSingleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ const RNSingleSelect = (props: IProps) => {
_menuBarContainer(theme, props.menuBarContainerHeight || 150),
{
transform: [{ scaleY: rotate }],
display: menuToggled ? "flex" : "none",
},
props.menuBarContainerStyle,
]}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freakycoder/react-native-single-select",
"version": "0.2.3",
"version": "0.2.4",
"description": "Customizable & Easy to Use Single Select Library for React Native",
"main": "./build/dist/RNSingleSelect.js",
"repository": "[email protected]:WrathChaos/react-native-single-select.git",
Expand Down

0 comments on commit 86b04a3

Please sign in to comment.