How do you handle back navigation in React Navigation?
You handle back navigation in React Navigation by using the goBack() function provided by the navigation prop. This function allows you to navigate back to the previous screen in the navigation stack.