How do you handle deep linking in React Navigation?
You handle deep linking in React Navigation by using the navigate() function with parameters. This allows you to navigate to a specific screen or route within your app in response to a deep link URL.