React Native Paper version 2.16.0 and 3.0.0-alpha.2.
Dialog component in horizontal orientation is too wide and on the iPhone X part of the component is hidden under the notch:


Original Android dialog:

Example Dialog code.
Any update on this ?
For now you can set maxWidth and alignSelf on the Dialog:
<Dialog style={{ maxWidth: 500, alignSelf: "center" }} />
Most helpful comment
For now you can set maxWidth and alignSelf on the Dialog: