UNPKG

react-native-action-toast

Version:

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

7 lines (6 loc) 177 B
import React from "react"; import { ToastOptions } from "../types"; declare const ActionToast: React.FC<ToastOptions & { onHide: () => void; }>; export default ActionToast;