react-native-magic-modal icon indicating copy to clipboard operation
react-native-magic-modal copied to clipboard

[WIP] Fix rendering issues on iOS

Open GSTJ opened this issue 9 months ago • 7 comments

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 the FullWindowOverlay. This prevents unnecessary overlays when no modals are present.

This fixes a reported issue where modals were having intermittent rendering issues on iOS.

GSTJ avatar Apr 26 '25 18:04 GSTJ