diff --git a/Libraries/Image/TextInlineImageNativeComponent.js b/Libraries/Image/TextInlineImageNativeComponent.js index 6e6cddbc822..6f43d61f4fd 100644 --- a/Libraries/Image/TextInlineImageNativeComponent.js +++ b/Libraries/Image/TextInlineImageNativeComponent.js @@ -41,7 +41,7 @@ type Props = $ReadOnly<{ const TextInlineImage: HostComponent = NativeComponentRegistry.get('RCTTextInlineImage', () => ({ - uiViewClassName: 'RCTImageView', + uiViewClassName: 'RCTTextInlineImage', bubblingEventTypes: {}, directEventTypes: { topLoadStart: {