fix code comment for collapsable prop (#47881)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47881

changelog: [internal]

collapsable prop is not only for android.

Reviewed By: NickGerleman

Differential Revision: D66299356

fbshipit-source-id: 1c7435c77ef029fea55346f4ca16b5c81022b85a
This commit is contained in:
Samuel Susla
2024-11-22 05:45:13 -08:00
committed by Facebook GitHub Bot
parent 677d82d818
commit bb78142011
@@ -567,9 +567,6 @@ export type ViewProps = $ReadOnly<{|
* optimization. Set this property to `false` to disable this optimization and
* ensure that this `View` exists in the native view hierarchy.
*
* @platform android
* In Fabric, this prop is used in ios as well.
*
* See https://reactnative.dev/docs/view#collapsable
*/
collapsable?: ?boolean,