feat(ios): page transition handling with more flexibility

This commit is contained in:
Nathan Walker
2022-09-06 06:56:16 -07:00
parent 671603ab4b
commit 81d977e7c8
13 changed files with 33 additions and 61 deletions

View File

@@ -2606,7 +2606,7 @@ export interface TraceWriter {
export class Transition {
constructor(duration: number, nativeCurve: any);
// (undocumented)
public animateIOSTransition(containerView: any, fromView: any, toView: any, operation: any, completion: (finished: boolean) => void): void;
public animateIOSTransition(transitionContext: UIViewControllerContextTransitioning, fromViewCtrl: UIViewController, toViewCtrl: UIViewController, operation: UINavigationControllerOperation): void;
// (undocumented)
public createAndroidAnimator(transitionType: string): any;
// (undocumented)