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