Skip to content

Commit 4650c76

Browse files
committed
collapsable is not Android only prop in new architecture
1 parent 6aa567f commit 4650c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Represents the textual description of the component. Has precedence over the `te
361361

362362
---
363363

364-
### `collapsable` <div class="label android">Android</div>
364+
### `collapsable`
365365

366366
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.
367367

website/versioned_docs/version-0.76/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Represents the textual description of the component. Has precedence over the `te
361361

362362
---
363363

364-
### `collapsable` <div class="label android">Android</div>
364+
### `collapsable`
365365

366366
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.
367367

0 commit comments

Comments
 (0)