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) • 351 B
TypeScript
import ToastManager, { initializeToast, getToastManager } from "./components/ToastManager";
import { ToastOptions } from "./types";
export { ToastManager, initializeToast, getToastManager };
export declare const showToast: (options: ToastOptions) => void;
export type { ToastOptions, ActionButton, ToastPosition, ToastManagerHandle, } from "./types";