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.

9 lines (8 loc) 284 B
"use strict"; import { toast } from '../core/toast'; export { resolveValue } from '../core/types'; export { useToaster } from '../core/use-toaster'; export { useStore as useToasterStore } from '../core/store'; export { toast }; export default toast; //# sourceMappingURL=index.js.map