We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 295d5ff + 2b01b33 commit 9c51b61Copy full SHA for 9c51b61
src/bottom-navigation/index.ios.ts
@@ -51,7 +51,8 @@ class UITabBarControllerImpl extends UITabBarController {
51
// @profile
52
public viewDidDisappear(animated: boolean): void {
53
super.viewDidDisappear(animated);
54
- const owner = this._owner.get();
+
55
+ const owner = this._owner?.get();
56
if (owner && !owner.parent && owner.isLoaded && !this.presentedViewController) {
57
owner.callUnloaded();
58
}
0 commit comments