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.
1 parent c75829d commit 631defbCopy full SHA for 631defb
src/tabs/tabs.ios.ts
@@ -173,7 +173,7 @@ class UIPageViewControllerImpl extends UIPageViewController {
173
let scrollViewTop = 0;
174
let scrollViewHeight = this.view.bounds.size.height + conditionalSafeAreaBottom;
175
176
- if (owner.tabStrip) {
+ if (owner.tabStrip && this.tabBar) {
177
const viewWidth = this.view.bounds.size.width;
178
const viewHeight = this.view.bounds.size.height;
179
const tabBarHeight = this.tabBar.frame.size.height;
0 commit comments