Open amrit-sahoo opened 6 years ago
I have a modal which has some buttons. By pressing a button I am trying to open another modal. It is working fine in android. But in ios it is not working. Both modal have coverscreen true.
Render Your Child Modal inside the parent modal
<Parent_Modal> <View> ..... </View> <Child_Modal> </Child_Modal> </Parent_Modal>
I have a modal which has some buttons. By pressing a button I am trying to open another modal. It is working fine in android. But in ios it is not working. Both modal have coverscreen true.