▶ Refer to https://reactnavigation.org/docs/bottom-tab-navigator
// 예시
<Tab.Screen
name="Notifications"
component={Notifications}
options={{
tabBarLabel: 'Updates',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="bell" color={color} size={size} />
),
tabBarBadge: 3,
}}
/>
focused
여부에 따라 현재 선택된 아이콘 변경 가능