Enable refresh on starter packs

This commit is contained in:
Eric Bailey
2026-04-06 17:26:26 -05:00
parent 0475b74358
commit ac8b322794
@@ -46,6 +46,7 @@ export const PostsList = forwardRef<SectionRef, ProfilesListProps>(
return (
<View>
<PostFeed
enabled
feed={feed}
pollInterval={60e3}
scrollElRef={scrollElRef}