Align jsdoc to external doc for id prop of View (#38334)

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

Changelog: [Internal] - Align jsdoc to external doc for `id` prop of `View`

Reviewed By: sammy-SC

Differential Revision: D47433958

fbshipit-source-id: b9078ffd031706f674c4489300ec5a7974f2f276
This commit is contained in:
Fabrizio Cucci
2023-07-13 08:19:16 -07:00
committed by Facebook GitHub Bot
parent de520c9a33
commit fcfaf8c53f
@@ -569,7 +569,7 @@ export type ViewProps = $ReadOnly<{|
collapsable?: ?boolean,
/**
* Used to locate this view from native classes.
* Used to locate this view from native classes. Has precedence over `nativeID` prop.
*
* > This disables the 'layout-only view removal' optimization for this view!
*