Fix scroll edge effects on iOS 27 (#10907)

This commit is contained in:
Samuel Newman
2026-06-14 17:07:33 +03:00
committed by GitHub
parent 575b76a71e
commit 02a47fb4a6
3 changed files with 5 additions and 4 deletions
@@ -326,7 +326,7 @@ export function ComposerContainer({children}: {children: React.ReactNode}) {
if (IS_LIQUID_GLASS) {
return (
<ScrollEdgeEffect edge="bottom">
<ScrollEdgeEffect edge="bottom" effect="soft">
<Animated.View style={[a.w_full, animatedContainerStyle, a.pb_lg]}>
{children}
</Animated.View>