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