From 78ef4373be1e62d53cccc1f4656e705966e78706 Mon Sep 17 00:00:00 2001 From: Tourjmen Souhail <95188930+souhailtourjmen@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:37:11 +0100 Subject: [PATCH] fix(modal): ensure correct supported orientations for React Native 0.77 --- src/containers/Dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Dialog.tsx b/src/containers/Dialog.tsx index a6afe15..f08a2e0 100644 --- a/src/containers/Dialog.tsx +++ b/src/containers/Dialog.tsx @@ -242,7 +242,7 @@ export class Dialog extends React.Component { const { visible, styles } = this.state; const { _OverlayCloseRender, _CardRender } = this; return ( - + <_OverlayCloseRender /> <_CardRender />