iOS 26 - Overlay not full screen

Author: stephenheronCreated Sep 26, 2025Updated Oct 15, 2025

Hi,

I am having difficulties with the modal on iOS 26.

Image

As you can see the overlay does not go into the top/bottom of the screen. This was working fine before iOS 26 and works fine in Android.

My modal props are pretty simple:

<Modal style={{ overlay: { backgroundColor: "red", zIndex: 99999999, }, content: { height: '100%', paddingLeft: '32px', paddingRight: '32px' }, }} isOpen={shouldShowModal} closeTimeoutMS={200} contentLabel="Filter and Sort Results" >