Adjust `windowSize` on `PostThread` `FlatList` (#2989)
* adjust window size, cells batching period * rm batching period changezio/stable
parent
88846ca36d
commit
832582df23
|
@ -437,6 +437,7 @@ function PostThreadLoaded({
|
||||||
// @ts-ignore our .web version only -prf
|
// @ts-ignore our .web version only -prf
|
||||||
desktopFixedHeight
|
desktopFixedHeight
|
||||||
removeClippedSubviews={isAndroid ? false : undefined}
|
removeClippedSubviews={isAndroid ? false : undefined}
|
||||||
|
windowSize={11}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue