From c3ce82f978291eae61abd694a44ac9000b806408 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 5 Apr 2024 15:19:15 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E7=94=A8?= =?UTF-8?q?=E5=B0=81=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Settings/SettingTopPage.js | 4 ++-- stateBox/useDeviceOrientationChange.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index 41e46b7..4cc3ec8 100644 --- a/components/Settings/SettingTopPage.js +++ b/components/Settings/SettingTopPage.js @@ -242,7 +242,7 @@ export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { - testNFC()}> + {/* testNFC()}> { testNFC - + */} { ); }; useEffect(() => { - //data(); + data(); //ScreenOrientation.unlockAsync(); }, []);