Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Control removing clipped subviews via prop #714

Merged
merged 3 commits into from
Mar 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
satya164 authored Mar 14, 2019
commit 528eb9a0f197669adc79fe214f005b275fafeffa
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@ By default, this renders `null`.

##### `removeClippedSubviews`

Removes not visible subviews to improve memory usage. Defaults to `false`.
Boolean indicating whether to remove invisible views (such as unfocused screens) from the native view hierarchy to improve memory usage. Defaults to `false`.

**Note**: Don't enable this on iOS where this is buggy and views don't re-appear.