Commit 3618224
Remove TextInlineImageNativeComponent Remnants (#55434)
Summary:
Pull Request resolved: #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: c33897efee124eaabed5447266389f34709650e01 parent 5d0d941 commit 3618224
3 files changed
Lines changed: 1 addition & 69 deletions
File tree
- packages/react-native
- Libraries/Image
- ReactCommon/react/renderer/componentregistry
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
326 | 324 | | |
327 | 325 | | |
328 | 326 | | |
329 | | - | |
330 | 327 | | |
331 | 328 | | |
332 | 329 | | |
333 | 330 | | |
334 | 331 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
| 332 | + | |
347 | 333 | | |
348 | 334 | | |
349 | 335 | | |
| |||
Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
| |||
0 commit comments