Adjust windowSize on PostThread FlatList (#2989)
* adjust window size, cells batching period * rm batching period change
This commit is contained in:
@@ -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}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user