Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Adjust `windowSize` on `PostThread` `FlatList` (#2989)

* adjust window size, cells batching period

* rm batching period change

authored by

Hailey and committed by
GitHub
832582df 88846ca3

+1
+1
src/view/com/post-thread/PostThread.tsx
··· 437 437 // @ts-ignore our .web version only -prf 438 438 desktopFixedHeight 439 439 removeClippedSubviews={isAndroid ? false : undefined} 440 + windowSize={11} 440 441 /> 441 442 ) 442 443 }