What is the purpose of navigation params in React Navigation?
Navigation params in React Navigation are used to pass data between screens. They allow you to send information from one screen to another, such as user inputs, query parameters, or other context data.