I have a screen where a list of children is displayed. You can click on the child, after which an ActionModal appears with actions to do with the child. You can select a child, delete it, or change the data in it (edit). Clicking on each of these actions brings up a modal window for input. The page also has a FloatingButton with which you can add a new child, and a modal window also opens. So look what the problem is. If I click the “Add Child” FloatingButton, a modal window appears. If I click “Remove Child” a modal window appears. If I click “Select Child” the modal window appears too. But when I click “Edit child”, the ActionModal disappears (as it should), but the modal window with editing a specific child does not appear, and the screen becomes unclickable (blocked). You have to create a trigger in the code so that the IOS simulator does “Refreshing” and the requested modal window appears after updating the simulator. The same situation occurs on real devices. Used in conjunction with redux and context provider.
IMPORTANT: There is no such problem on Android, only on IOS.




