Merge remote-tracking branch 'origin/main' into feat/v9-prerelease

This commit is contained in:
Nathan Walker
2025-11-02 08:54:59 -08:00
42 changed files with 729 additions and 417 deletions

View File

@@ -634,6 +634,11 @@ class UINavigationControllerImpl extends UINavigationController {
}
}
}
// @ts-ignore
public get childViewControllerForStatusBarStyle() {
return this.topViewController;
}
}
function _getTransitionId(nativeTransition: UIViewAnimationTransition, transitionType: string): string {