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!

8 lines (7 loc) 209 B
import React from 'react'; export declare enum positionType { top = "top", bottom = "bottom" } declare const Toast: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>; export default Toast;