react-native-material-menu icon indicating copy to clipboard operation
react-native-material-menu copied to clipboard

Fix modal disappearance issue

Open Gbengaol opened this issue 2 years ago • 0 comments

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.

Gbengaol avatar Nov 16 '22 20:11 Gbengaol