Skip to content

Commit afb3d04

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
fix code comment for collapsable prop
Summary: changelog: [internal] collapsable prop is not only for android. Differential Revision: D66299356
1 parent 6c581c9 commit afb3d04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-native/Libraries/Components/View/ViewPropTypes.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,6 @@ export type ViewProps = $ReadOnly<{|
567567
* optimization. Set this property to `false` to disable this optimization and
568568
* ensure that this `View` exists in the native view hierarchy.
569569
*
570-
* @platform android
571-
* In Fabric, this prop is used in ios as well.
572-
*
573570
* See https://reactnative.dev/docs/view#collapsable
574571
*/
575572
collapsable?: ?boolean,

0 commit comments

Comments
 (0)