This component was heavily inspired by RegistrationContentContainer.
Replaced the ScrollView in RegistrationContentContainer with a View to avoid issue with virtualized list being nested within ScrollView:
Kept all the other styling and whatnot for consistency.
As with RegistrationContentContainer, this component can probably be made more general, "added to the design system," and moved to /components in the future. Will discuss how to approach this w/ @ted when he's back.
Depends on D8056