UNPKG

@backpackapp-io/react-native-toast

Version:

A toasting library for React Native. Built in features such as swipe to dismiss, multiple toasts, & no context power this library.

5 lines 222 B
export { useToaster } from './core/use-toaster'; export { Toasts } from './components'; export * from './headless'; export { ToastPosition, type ToastAnimationType } from './core/types'; //# sourceMappingURL=index.d.ts.map