import { Tabs } from 'expo-router' import { View, Text, StyleSheet } from 'react-native' import { COLORS } from '../../constants/Config' function TabIcon({ icon, label, focused }: { icon: string; label: string; focused: boolean }) { return ( {icon} {label} ) } const tab = StyleSheet.create({ wrap: { alignItems: 'center', paddingTop: 4, paddingHorizontal: 2 }, active: {}, icon: { fontSize: 21 }, label: { fontSize: 10, color: COLORS.muted, marginTop: 2, letterSpacing: 0.2 }, labelActive: { color: COLORS.accent, fontWeight: '700' }, }) export default function TabLayout() { return ( , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> {/* ── μŠΉμΈΒ·μ›Œν¬ν”Œλ‘œμš° (#63~#70) β€” νƒ­λ°” λ―Έλ…ΈμΆœ ── */} {/* ── μ§€μ‹λ² μ΄μŠ€Β·λ¬Έμ„œ (#71~#77) ── */} {/* ── μ€€μˆ˜Β·κ±°λ²„λ„ŒμŠ€ (#78~#84) ── */} {/* ── UXΒ·μ ‘κ·Όμ„± (#85~#92) ── */} {/* ── 톡계·보고 (#93~#97) ── */} {/* ── ν˜‘μ—…Β·μ—°λ™ (#98~#100) ── */} {/* ── 2μ„ΈλŒ€ AIOps / 예츑 (#101~#110) ── */} {/* ── μ „μžμ„œλͺ… / ν•˜λ“œμ›¨μ–΄ (#111~#120) ── */} {/* ── λ³΄μ•ˆ μœ„ν˜‘ (#131~#140) ── */} {/* ── AI 이λ ₯ / λΈŒλ¦¬ν•‘ (#141~#150) ── */} {/* ── ν•  일 / μΊ˜λ¦°λ” (#151~#160) ── */} {/* ── ν΄λΌμš°λ“œ / 인프라 (#161~#170) ── */} {/* ── 즐겨찾기 / 졜근 (#171~#180) ── */} {/* ── μ„±κ³Ό / 뢄석 (#181~#190) ── */} {/* ── 곡곡기관 νŠΉν™” (#191~#200) ── */} {/* ── Gen3 AI-Native (#G3-1~#G3-6) ── */} {/* ── Gen4 Edge AI & Smart Notify ── */} {/* ── Gen5 Collaboration & Productivity ── */} {/* ── Gen6 Autonomous ── */} {/* ── λ‚˜λΌμž₯ν„° μ†Œν”„νŠΈμ›¨μ–΄ 사업 뢄석 ── */} ) }