react-native-magic-modal
react-native-magic-modal copied to clipboard
[WIP] Fix rendering issues on iOS
Description
-
packages/modal/src/components/MagicModalPortal/MagicModalPortal.tsx: Introduced a new variable,shouldRenderFullWindowOverlay, to include a condition that checks for the presence of modals before rendering theFullWindowOverlay. This prevents unnecessary overlays when no modals are present.
This fixes a reported issue where modals were having intermittent rendering issues on iOS.