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.

7 lines (6 loc) 210 B
"use strict"; export { useToaster } from './core/use-toaster'; export { Toasts } from './components'; export * from './headless'; export { ToastPosition } from './core/types'; //# sourceMappingURL=index.js.map