Skip to content

Commit fcfaf8c

Browse files
fabriziocuccifacebook-github-bot
authored andcommitted
Align jsdoc to external doc for id prop of View (facebook#38334)
Summary: Pull Request resolved: facebook#38334 Changelog: [Internal] - Align jsdoc to external doc for `id` prop of `View` Reviewed By: sammy-SC Differential Revision: D47433958 fbshipit-source-id: b9078ffd031706f674c4489300ec5a7974f2f276
1 parent de520c9 commit fcfaf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ export type ViewProps = $ReadOnly<{|
569569
collapsable?: ?boolean,
570570

571571
/**
572-
* Used to locate this view from native classes.
572+
* Used to locate this view from native classes. Has precedence over `nativeID` prop.
573573
*
574574
* > This disables the 'layout-only view removal' optimization for this view!
575575
*

0 commit comments

Comments
 (0)