Skip to main content

src/navigation

Implements React Navigation for the application’s routing system.

Main Components

🧭 RootNavigator.tsx

Defines Stack routes:
  • MainTabs
  • IntroScreen
  • LoginOptions
  • Other top-level screens

📱 MainTabs.tsx

Defines bottom tab navigation with icons:
  • Home
  • Search
  • Feed
  • Notifications
  • Profile

✨ AnimatedTabIcon.tsx

Enhanced UI component:
  • An animated tab icon
  • Enlarges slightly on focus
  • Improves user experience
I