Clean up cards, remove entry interstitial

This commit is contained in:
Eric Bailey
2025-01-16 16:39:33 -06:00
parent 786155ce5b
commit 7cdb2789fd
4 changed files with 56 additions and 111 deletions
@@ -25,7 +25,7 @@ export function PostFeedVideoGridRow({
return (
<View style={[gutters]}>
<View style={[a.flex_row, a.gap_lg]}>
<View style={[a.flex_row, a.gap_sm]}>
{posts.map(post => (
<View key={post.uri} style={[a.flex_1]}>
<VideoPostCard post={post} sourceFeedUri={sourceFeedUri} />