We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug PagerTabStripView doesnt work as expected on iOS 18 - blank view
To Reproduce Steps to reproduce the behavior: Build app for iOS 18 and open screen with PagerTabStripView - it shows with not content or tabs
Expected behavior Work properly
Screenshots If applicable, add screenshots to help explain your problem. screenshots from iPhone simulator with iOS 17.5 and 18
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
fixes xmartlabs#140, problem where only the first tab appears on ios 18
9c3a149
Using HStack rather than LazyHStack for the tabs fixes it, but not sure that's totally acceptable as a fix.
HStack
LazyHStack
Sorry, something went wrong.
Also in need of this fix :) Any estimate on when the PR provided by @mcfunley will be merged?
eee3726
Thank you @mcfunley! Your PR was merged into master.
mlorenze
No branches or pull requests
Describe the bug
PagerTabStripView doesnt work as expected on iOS 18 - blank view
To Reproduce
Steps to reproduce the behavior:
Build app for iOS 18 and open screen with PagerTabStripView - it shows with not content or tabs
Expected behavior
Work properly
Screenshots
If applicable, add screenshots to help explain your problem.
screenshots from iPhone simulator with iOS 17.5 and 18
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: