UNPKG

rn-toastify

Version:

A professional, production-ready toast notification library for React Native. Featuring smooth spring animations, swipe-to-dismiss gestures, progress bars, queue management, and a beautiful design system with light/dark themes.

5 lines 217 B
// Backward compatibility re-export // The correct name is "CustomToast" — this file exists for consumers // who imported the old misspelled name. import CustomToast from './CustomToast'; export default CustomToast;