UNPKG

expo-toastee

Version:

A simple and elegant toast notification library for React Native Expo with Material You and Neobrutalist themes

11 lines (10 loc) 382 B
// Main exports export { ToastContainer } from './ToastContainer'; export { toast } from './toast'; // Configuration export { configureToasts } from './ToastConfig'; // Theme exports export { themes, materialTheme, neobrutalistTheme, brutalistTheme } from './themes'; // For advanced usage export { toastManager } from './ToastManager'; export { toastConfig } from './ToastConfig';