this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase parent batch size to reduce onStartReached calls (#10086)

authored by

Eric Bailey and committed by
GitHub
74d8ca8f 34d8c6fe

+1 -1
+1 -1
src/screens/PostThread/index.tsx
··· 45 45 import {ListFooter} from '#/components/Lists' 46 46 import {useAnalytics} from '#/analytics' 47 47 48 - const PARENT_CHUNK_SIZE = 5 48 + const PARENT_CHUNK_SIZE = 20 49 49 const CHILDREN_CHUNK_SIZE = 50 50 50 51 51 export function PostThread({uri}: {uri: string}) {