From 8682b9b22f3aa79568d4a95333b2ca40496001a3 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sun, 10 Mar 2024 14:35:58 +0000 Subject: [PATCH] =?UTF-8?q?=E9=9A=A0=E3=81=97=E6=A9=9F=E8=83=BD=E3=82=92de?= =?UTF-8?q?velop=E3=81=AB=E5=BE=A9=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/settings.js | 2 +- stateBox/useDeviceOrientationChange.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/settings.js b/components/settings.js index 6061d5d..98d346f 100644 --- a/components/settings.js +++ b/components/settings.js @@ -180,7 +180,7 @@ export default function Setting(props) { { ); }; useEffect(() => { - data(); + //data(); //ScreenOrientation.unlockAsync(); }, []); @@ -27,7 +27,7 @@ export const DeviceOrientationChangeProvider = ({ children }) => { setIsLandscape(false); } if (height / width < 1.5) { - //setIsLandscape(true); + setIsLandscape(true); } }, [height, width]); return (