diff --git a/packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm b/packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm index fac5699dedea..d67a2d962aed 100644 --- a/packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +++ b/packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm @@ -84,6 +84,7 @@ @implementation RCTBaseTextInputViewManager { RCT_EXPORT_VIEW_PROPERTY(submitKeyEvents, NSArray); RCT_REMAP_VIEW_PROPERTY(cursorColor, backedTextInputView.cursorColor, UIColor) +RCT_REMAP_VIEW_PROPERTY(enableFocusRing, backedTextInputView.enableFocusRing, BOOL) #endif // macOS] RCT_EXPORT_VIEW_PROPERTY(onChange, RCTBubblingEventBlock)