react-native-material-menu
react-native-material-menu copied to clipboard
Fix modal disappearance issue
The modal remains visible even when the prop visible is false. This is an issue with the variable modalVisible. A quick fix is to show the modal only when modalVisible is true and prop visible is also true.