Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

237
Vistas
Toast in not show when i navigate one screen to another screen when i setTimeout 1000 it shown but i want to show toast without this in react native
navigate("openshift")
 setTimeout(() => {
     showSuccessToast('Shift Assigned');
}, 1000);

/// BUT I want in this form showsucesstoast is file in which i have set Toast detail navigate in which i am going to navigate one screen to another screen.

       navigate("openshift"); 
      showSuccessToast('Shift Assigned');
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You'll need to add some delay before navigating to other screen otherwise the process would be so fast, user won't be able to see the toast. like this-

showSuccessToast('Shift Assigned');
setTimeout(() => {
     navigate("openshift")
}, 1000);
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda