diff --git a/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js b/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js index b20e518d97853a..6798059211807c 100644 --- a/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js +++ b/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js @@ -104,6 +104,7 @@ const RCTTextInputViewConfig = { textTransform: true, textAlign: true, fontFamily: true, + lineBreakModeIOS: true, lineHeight: true, isHighlighted: true, writingDirection: true,