IOS 26: Add support for full detent backgroundColor customization #648
Replies: 3 comments 4 replies
-
|
Not a maintainer, but a hack I use is to set the detent to 0.875 on iOS 26+. Using this value as max will (at least what I have seen) always render the sheet with a glass background. I guess you could also use this value and compare the detent from the size listeners to fade in a custom background. |
Beta Was this translation helpful? Give feedback.
-
|
Another thing I noticed in the Apple Maps sheet is that the glass isn’t fully clear, it seems to have a subtle white tint. GlassView from expo-glass-effect supports this through a tintColor prop. It would be great to see similar support added to this library as well. |
Beta Was this translation helpful? Give feedback.
-
|
@RazvanGorea You van manipulate the sheet background style with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Liquid glass sheet has a point where it transitions to a solid background.
Screen.Recording.2026-04-13.at.16.51.45.mov
Beta Was this translation helpful? Give feedback.
All reactions