From 63209ac88878f70d0896dca429277d09ef1bf492 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Mon, 16 Sep 2024 16:33:48 +0000 Subject: [PATCH] =?UTF-8?q?alert=E6=B6=88=E3=81=97=E5=BF=98=E3=82=8C?= =?UTF-8?q?=E3=81=AB=E6=B0=97=E3=82=92=E4=BB=98=E3=81=91=E3=82=88=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Top.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Top.js b/Top.js index ba8333c..f1fd1d8 100644 --- a/Top.js +++ b/Top.js @@ -23,14 +23,11 @@ export const Top = ({ navigationRef }) => { useEffect(() => { //ニュース表示 - alert("news"); AS.getItem("status") .then((d) => { - alert(d); if (d != news) navigate("news"); }) .catch(() => navigate("news")); - alert("newsENd"); }, []);