Questions tagged [custom-toast]

2 questions
3
votes
1 answer

How can i use React toastify (Promise) toast, with email js

I am currently using success and error toast with email js but i want to use toastify promise with my custom loader here is my current code import emailjs from "@emailjs/browser"; import { toast } from 'react-toastify'; export const sendEmail = ({…
0
votes
1 answer

Blocking custom toast from package in Android

NotificationService system_server W Blocking custom toast from package com.example.androidtest due to package not in the foreground at time the toast was posted Blockquote When I try to show a custom Toast right after…
Linh
  • 57,942
  • 23
  • 262
  • 279