React Native Navegue dos pantallas hacia atrás
navigation.pop(n);
// n = number of screens to go back.
Coding Owl
navigation.pop(n);
// n = number of screens to go back.