Replies: 1 comment
-
|
Hey, can you provide an example project for this? Recently released v3. You can fork and play around in the example and I'll take a look! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the
TrueSheetdoes 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
SystemBarsBenefits
Beta Was this translation helpful? Give feedback.
All reactions