expo-toastee
Version:
A simple and elegant toast notification library for React Native Expo with Material You and Neobrutalist themes
8 lines (7 loc) • 440 B
TypeScript
export { ToastContainer } from './ToastContainer';
export { toast } from './toast';
export { configureToasts } from './ToastConfig';
export { themes, materialTheme, neobrutalistTheme, brutalistTheme } from './themes';
export type { ToastOptions, ToastType, ToastConfig, ToastTheme, ToastSize, ToastCustomStyles, ToastGlobalConfig } from './types';
export { toastManager } from './ToastManager';
export { toastConfig } from './ToastConfig';