UNPKG

react-native-toastier

Version:

React Native Toast message library for Android and iOS with animated and customizable toast notifications.

6 lines 342 B
export { default as useToast } from "./hooks/useToast"; export { default as ToastProvider } from "./context/ToastProvider"; export { ToastService } from "./context/ToastProvider"; export { default as Toast } from './Toast'; export type { ToastTypeEnum, ToastProps, ToastContextType, Theme } from './types'; //# sourceMappingURL=index.d.ts.map