From b60e7bf8ac26afe64c5dc524bca628551d70d9bb Mon Sep 17 00:00:00 2001 From: mori8 Date: Sun, 14 Aug 2022 23:53:56 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20iPhone=20SE,=208=EC=97=90=EC=84=9C=20Hom?= =?UTF-8?q?eScreen=20=EB=B0=B0=EA=B2=BD=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=EA=B0=80=20=EC=9E=98=EB=A0=A4=EB=B3=B4=EC=9D=B4=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-native/screens/HomeScreen.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-native/screens/HomeScreen.tsx b/react-native/screens/HomeScreen.tsx index 3fc0e4a..000e517 100644 --- a/react-native/screens/HomeScreen.tsx +++ b/react-native/screens/HomeScreen.tsx @@ -93,7 +93,6 @@ export default function HomeScreen({ navigation }: Navigation) { .then((response) => response.json()) .then((data) => { setEvents(data); - // console.log(data); }) .catch((error) => { console.log(error); @@ -118,7 +117,7 @@ export default function HomeScreen({ navigation }: Navigation) {