mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f0c767e2a2
Native only. Displays the native tag for Native Host components inside a badge, when user inspects the component. Only displaying will be supported for now, because in order to get native tags indexable, they should be part of the bridge operations, which is technically a breaking change that requires significantly more time investment. The text will only be shown when user hovers over the badge. 