You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this great library — it's been very helpful for building smooth and performant bottom sheets.
Feature request
I'd like to propose adding support for a fullscreen presentation mode on iOS, similar to what is already possible on Android.
Android
iOS
Use case
In some use cases (e.g., immersive forms, onboarding flows, or custom modals), displaying the TrueSheet in fullscreen on iOS would improve the user experience and visual consistency across platforms.
Expected behavior
When a certain prop (e.g., fullscreen or presentationStyle="fullscreen") is passed, the TrueSheet should cover the full height of the screen on iOS.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for this great library — it's been very helpful for building smooth and performant bottom sheets.
Feature request
I'd like to propose adding support for a fullscreen presentation mode on iOS, similar to what is already possible on Android.
Use case
In some use cases (e.g., immersive forms, onboarding flows, or custom modals), displaying the
TrueSheet
in fullscreen on iOS would improve the user experience and visual consistency across platforms.Expected behavior
When a certain prop (e.g.,
fullscreen
orpresentationStyle="fullscreen"
) is passed, theTrueSheet
should cover the full height of the screen on iOS.Thanks again for your work!
Beta Was this translation helpful? Give feedback.
All reactions