Adjust windowSize on PostThread FlatList (#2989)

* adjust window size, cells batching period

* rm batching period change
This commit is contained in:
Hailey 2024-02-26 16:54:05 -08:00 committed by GitHub
parent 88846ca36d
commit 832582df23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -437,6 +437,7 @@ function PostThreadLoaded({
// @ts-ignore our .web version only -prf
desktopFixedHeight
removeClippedSubviews={isAndroid ? false : undefined}
windowSize={11}
/>
)
}