mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
512 stars 91 forks source link

Fix modal disappearance issue #120

Open Gbengaol opened 1 year ago

Gbengaol commented 1 year ago

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.