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
Currently, the TrueSheet does not provide built-in support for customizing the status bar and navigation bar styles when the bottom sheet dialog is shown. This can be problematic in scenarios where the app's theme does not inherit well, and to fix this i directly patch TrueSheet source code to set the bar styles.
To address this, I propose adding support for custom status and navigation bar styles directly within the TrueSheet library. This can be achieved by exposing new props or methods that allow developers to specify the desired styles for the status bar and navigation bar when the bottom sheet dialog is shown. Something like edge-to-edge SystemBars
Improved Customization: Developers will have more control over the appearance of the status bar and navigation bar when the bottom sheet dialog is shown.
Consistent User Experience: Ensures a consistent user experience by allowing the bottom sheet dialog to align with the app's theme.
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.
-
Currently, the
TrueSheet
does not provide built-in support for customizing the status bar and navigation bar styles when the bottom sheet dialog is shown. This can be problematic in scenarios where the app's theme does not inherit well, and to fix this i directly patch TrueSheet source code to set the bar styles.To address this, I propose adding support for custom status and navigation bar styles directly within the TrueSheet library. This can be achieved by exposing new props or methods that allow developers to specify the desired styles for the status bar and navigation bar when the bottom sheet dialog is shown. Something like edge-to-edge
SystemBars
Benefits
Beta Was this translation helpful? Give feedback.
All reactions