feat(core): statusBarStyle ease of use and more control (#10859)

This commit is contained in:
Nathan Walker
2025-10-31 23:02:19 -07:00
committed by GitHub
parent cd1ae8c708
commit e90e6d969c
17 changed files with 276 additions and 105 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 {