IOS 26: Add support for full detent backgroundColor customization #648
Replies: 4 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. |
|
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. |
|
@RazvanGorea You van manipulate the sheet background style with the |
|
The maps sheet effect is native and not exposed officially by Apple. I saw some hacks before but I'd rather avoid them. |
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
All reactions