Configure a React Navigation stack with two screens: Home and Profile. Home has a button that navigates to Profile, passing a userId param. Profile displays the userId.
Click Run to test your code