Component Categories
Themed Components
Themed components automatically adapt to light and dark mode using the app’s theme system:- ThemedText - Text component with theme-aware colors and typography variants
- ThemedView - View container with theme-aware background colors
UI Components
Reusable UI components for common patterns:- IconSymbol - Cross-platform icon component using SF Symbols on iOS and Material Icons on Android/web
- Collapsible - Expandable/collapsible section with animated chevron
- Toast - Toast notification system with success, error, warning, and info variants
Context Providers
React Context providers for managing global state:- ToastProvider - Context provider for displaying toast notifications throughout the app