add fading edge on andriod

This commit is contained in:
Samuel Newman
2025-03-06 15:59:22 +00:00
parent 120ed34ee2
commit e21bee6e35
@@ -46,7 +46,8 @@ export function RecentChats({postUri}: {postUri: string}) {
horizontal
style={[a.flex_1, a.pt_2xs, {minHeight: 98}]}
contentContainerStyle={[a.gap_sm, a.px_md]}
showsHorizontalScrollIndicator={false}>
showsHorizontalScrollIndicator={false}
fadingEdgeLength={32}>
{convos && convos.length > 0 ? (
convos.map(convo => {
const otherMember = convo.members.find(