UNPKG

react-native-toastify-pro

Version:

A customizable toast notification component for React Native, designed to work seamlessly on both Android and iOS platforms and allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

4 lines (3 loc) 242 B
import { positionType } from "./Components/Toast"; import { ToastProvider, useToast, ToastOptions, ToastContextType } from "./Context/ToastProvider"; export { positionType, ToastProvider, useToast, type ToastOptions, type ToastContextType };