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