Skip to content

Commit 37ffc80

Browse files
committed
updated README documentation
1 parent 31a027f commit 37ffc80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,14 @@ A lower value results in more frequent updates, offering smoother visual updates
529529
<td>Accepts a React component or element that will be rendered at the bottom of the grid, after all the grid items have been displayed. Suitable for load more buttons, indicator or component</td>
530530
</tr>
531531

532+
<tr>
533+
<td><code>removeClippedSubviews</code></td>
534+
<td><code>boolean</code></td>
535+
<td><code>true</code></td>
536+
<td><code>false</code></td>
537+
<td>When true, off-screen child views are automatically removed from the native view hierarchy to improve performance, especially for long lists on Android. This optimization reduces memory usage and improves scrolling performance when rendering remote images.</td>
538+
</tr>
539+
532540
</tbody>
533541
</table>
534542

0 commit comments

Comments
 (0)