UNPKG

react-native-action-toast

Version:

A premium, customizable toast notification system for React Native with action buttons, beautiful animations, and Expo compatibility

6 lines (5 loc) 317 B
import ToastManager, { initializeToast } from "./components/ToastManager"; import { ToastOptions } from "./types"; export { ToastManager, initializeToast }; export declare const showToast: (options: ToastOptions) => void; export type { ToastOptions, ActionButton, ToastPosition, ToastManagerHandle, } from "./types";