react-native-material-menu
react-native-material-menu copied to clipboard
Reopening menu after setting state to false on ios
Hello @mxck Currently Im using react native 0.74.0 and in ios menu is reopening after setting state to false in android its woking fine facing this issue on ios. please check thank you
We ran into the same issue. One workaround is to add a key attribute to your Menu that changes whenever you hide the menu. It means that the tree will have to be rebuilt each time the menu hides, but that doesn't seem like a big deal as compared to the menu completely malfunctioning.
any other solution?
here remove borderWidth on Menu style
<Menu style={{ borderWidth:1}}