This diff introduces the `useNavigateToUserProfileBottomSheet` hook which is going to be used to navigate to the user profile bottom sheet screen. This logic will need to be repeated in every place we want the user profiles to be accessible, so I thought that instead of copy+pasting the logic we shoud facotr it out into this helper hook