What is the purpose of the navigation prop in React Navigation?
The navigation prop in React Navigation is used to provide navigation methods and properties to screen components. It allows screen components to navigate to other screens, access navigation parameters, and customize navigation behavior.