Add experimental flag for View Transitions (#74659)
Will be stacked on next React sync which includes
`unstable_ViewTransition`.
Allows using React's `unstable_ViewTransition` Component behind the
`experimental.viewTransition` flag.
Right now it just opts into React's experimental build but may later
house Next.js specific features like Transition Types for navigations.