SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

Remove TextInlineImageNativeComponent Remnants (#55434)

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

This is used by `Image`, to render a different component when under a `TextAncestorContext`, but the underlying component is remapped by Fabric to instead be interpreted as `Image`. We can delete the code JS side safely, since it will use the existing registered View manager, Fabric will already redirect to. We can also then delete the redirection in Fabric, since the component is no longer ever used.

See `componentNameByReactViewName.cpp`, where this is also removed.

Changelog: [Internal]

Reviewed By: mdvacca, javache, cortinico

Differential Revision: D92481981

fbshipit-source-id: c33897efee124eaabed5447266389f34709650e0
N
Nick Gerleman committed
36182241e69bd2aced243b3b62d8cabbcd8e4ecd
Parent: 5d0d941
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 2/14/2026, 12:17:00 AM