Actually i am working on multiple modal at once so i have to make a condition that if my modal with "xyz" ref is close then display a button.
How to check if my react-native-modalize modal is open or close?
2.6k views Asked by anonymous At
2
react-native-modalizehasonOpenandonCloseprops which will allow you to set some state to keep track of then open/closed status of each modal. You can then use that state to control the rendering of your buttons.Example on Expo Snack.