UNPKG

create-automaticgpt-template

Version:

AutomaticGPT - A production-ready Expo template with AI chat, authentication, conversation management, analytics, and sharing features

8 lines (6 loc) 207 B
/** * Splash Feature Exports * Centralized exports for splash screen functionality */ export { SplashScreen } from './components/SplashScreen'; export { useSplashScreen } from './hooks/useSplashScreen';