You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/view.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,9 +365,19 @@ Represents the textual description of the component. Has precedence over the `te
365
365
366
366
Views that are only used to layout their children or otherwise don't draw anything may be automatically removed from the native hierarchy as an optimization. Set this property to `false` to disable this optimization and ensure that this `View` exists in the native view hierarchy.
367
367
368
-
| Type |
369
-
| ---- |
370
-
| bool |
368
+
| Type | Default |
369
+
| ------- | ------- |
370
+
| boolean | true |
371
+
372
+
---
373
+
374
+
### `collapsableChildren`
375
+
376
+
Setting to false prevents direct children of the view from being removed from the native view hierarchy, similar to the effect of setting `collapsable={false}` on each child.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.76/view.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,9 +365,19 @@ Represents the textual description of the component. Has precedence over the `te
365
365
366
366
Views that are only used to layout their children or otherwise don't draw anything may be automatically removed from the native hierarchy as an optimization. Set this property to `false` to disable this optimization and ensure that this `View` exists in the native view hierarchy.
367
367
368
-
| Type |
369
-
| ---- |
370
-
| bool |
368
+
| Type | Default |
369
+
| ------- | ------- |
370
+
| boolean | true |
371
+
372
+
---
373
+
374
+
### `collapsableChildren`
375
+
376
+
Setting to false prevents direct children of the view from being removed from the native view hierarchy, similar to the effect of setting `collapsable={false}` on each child.
0 commit comments