hardReact Native#8

Navigation deep link handling

Prompt

Configure deep linking for a React Navigation stack so that opening the app via "myapp://profile/42" navigates directly to the Profile screen with userId 42.

Hints

Solution

Your Code

15 min

Tests

Click Run to test your code