Reduce confusing visual feedback while scrolling

This commit is contained in:
Paul Frazee
2022-12-18 16:43:18 -06:00
parent 055a4d8e98
commit e325b72c62
12 changed files with 46 additions and 14 deletions
+5 -1
View File
@@ -133,7 +133,11 @@ export const Post = observer(function Post({
}
return (
<Link style={[styles.outer, style]} href={itemHref} title={itemTitle}>
<Link
style={[styles.outer, style]}
href={itemHref}
title={itemTitle}
noFeedback>
{showReplyLine && <View style={styles.replyLine} />}
<View style={styles.layout}>
<View style={styles.layoutAvi}>