mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix uiViewClassName for TextInlineImageNativeComponent
Summary: See title. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D32811821 fbshipit-source-id: 2c6fad21cd1e094162a12a4056ddeab948231c57
This commit is contained in:
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: {
|
||||
|
||||
Reference in New Issue
Block a user