create-automaticgpt-template
Version:
AutomaticGPT - A production-ready Expo template with AI chat, authentication, conversation management, analytics, and sharing features
8 lines (7 loc) • 349 B
text/typescript
// Shared components used across multiple features
export { KeyboardPaddingView } from './KeyboardPaddingView';
export { ThemeProvider } from './ThemeProvider';
export { ThemeToggle } from './ThemeToggle';
export { WeatherCard, CelsiusConvertCard } from './ToolCards';
export { Sidebar } from './Sidebar';
export { ErrorAlert } from './ErrorAlert';