diff --git a/Libraries/Text/TextInput/RCTBaseTextInputViewManager.m b/Libraries/Text/TextInput/RCTBaseTextInputViewManager.m index c48f712884..788657c6c8 100644 --- a/Libraries/Text/TextInput/RCTBaseTextInputViewManager.m +++ b/Libraries/Text/TextInput/RCTBaseTextInputViewManager.m @@ -69,6 +69,11 @@ RCT_EXPORT_SHADOW_PROPERTY(text, NSString) RCT_EXPORT_SHADOW_PROPERTY(placeholder, NSString) RCT_EXPORT_SHADOW_PROPERTY(onContentSizeChange, RCTBubblingEventBlock) +RCT_CUSTOM_VIEW_PROPERTY(multiline, BOOL, UIView) +{ + // No op. + // This View Manager doesn't use this prop but it must be exposed here via ViewConfig to enable Fabric component use it. +} - (RCTShadowView *)shadowView {