Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync?
For example, I would like to have slide or fade transitions for Android.
I have tried extending the NavigationRenderer and overriding OnPushAsync, but I can only control the animation of the pushed page and not the current page.