From e20e57730508ac4818bddcaea6cd0ace15aa9e88 Mon Sep 17 00:00:00 2001 From: Lee-Sunho Date: Mon, 4 Nov 2024 17:00:27 +0900 Subject: [PATCH] =?UTF-8?q?[FIX]=20#38=20=EC=B4=88=EA=B8=B0=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20home=20->=20findBins=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/components/BottomNavigator.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/components/BottomNavigator.tsx b/app/src/components/BottomNavigator.tsx index e8d16d3..a8f14ce 100644 --- a/app/src/components/BottomNavigator.tsx +++ b/app/src/components/BottomNavigator.tsx @@ -19,23 +19,23 @@ export default function BottomNavigator() { tabBarItemStyle: styles.tabBarItem, }}> , + tabBarIcon: ({focused}) => , }} /> , + tabBarIcon: ({focused}) => , }} />