La acción 'RESET' con payload {"index":1,"routes":[{"name":"DashboardScreen"}]} no fue manejada por ningún navegador.
API_POST('login', payload) .then(async res => { let data = res.data; setIsSubmit(false); console.log('data.success', data); if (data.success == true) { showToast(data.message); navigation.dispatch( CommonActions.reset({ index: 1, routes: [ {name: 'DashboardScreen'}, ], }), );