From fcfaf8c53f2f910e31e748407338d15d40680de3 Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Thu, 13 Jul 2023 08:19:16 -0700 Subject: [PATCH] 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 --- .../react-native/Libraries/Components/View/ViewPropTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/Components/View/ViewPropTypes.js b/packages/react-native/Libraries/Components/View/ViewPropTypes.js index 4d81453ec63..501eb311a7c 100644 --- a/packages/react-native/Libraries/Components/View/ViewPropTypes.js +++ b/packages/react-native/Libraries/Components/View/ViewPropTypes.js @@ -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! *