Problem Statement
What is deep linking in React Navigation and how is it configured?
Explanation
Deep linking allows external links (like myapp://profile/123 or https://myapp.com/profile/123) to open specific screens in your app.
It’s configured in NavigationContainer with a linking object that defines routes and URL patterns. It helps integrate React Native apps with the broader web or external systems.