Fix uiViewClassName for TextInlineImageNativeComponent

Summary:
See title.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D32811821

fbshipit-source-id: 2c6fad21cd1e094162a12a4056ddeab948231c57
This commit is contained in:
Ramanpreet Nara
2021-12-06 15:44:23 -08:00
committed by Facebook GitHub Bot
parent 35bcf934b1
commit 39a35feff7
@@ -41,7 +41,7 @@ type Props = $ReadOnly<{
const TextInlineImage: HostComponent<Props> =
NativeComponentRegistry.get<Props>('RCTTextInlineImage', () => ({
uiViewClassName: 'RCTImageView',
uiViewClassName: 'RCTTextInlineImage',
bubblingEventTypes: {},
directEventTypes: {
topLoadStart: {