Component - Stack Navigator
A Stack Navigator manages a stack of screens in a mobile app. It lets users move forward to new screens and go back to previous ones, like pages in a book.
A Stack Navigator manages a stack of screens in a mobile app. It lets users move forward to new screens and go back to previous ones, like pages in a book.
StackNavigator ├─ Screen: Home └─ Screen: Details