UNPKG

react-native-toast-kit

Version:

A customizable toast/snackbar notification library for React Native

5 lines (4 loc) 137 B
// src/index.ts export { default as Toast } from './toast'; export { default as ToastCard } from './toastCard'; export * from './types';