mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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,
|
||||
|
||||
Reference in New Issue
Block a user