UNPKG

@diyardev/react-native-dynamic-toast

Version:

A beautiful, dynamic and customizable toast notification system for React Native with TypeScript support

6 lines (5 loc) 256 B
export { Toast } from './Toast'; export { Toast as ToastAPI, setToastFunction } from './ToastAPI'; export { ToastProvider, useToast } from './ToastContext'; export { useToastInit } from './useToastInit'; export type { ToastMessage } from './ToastContext';