mediumReact Native#9

Navigation params typing

Prompt

Define TypeScript types for a React Navigation stack with two screens: Home (no params) and Profile ({ userId: number }). Use the typed navigation hooks.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code