From 1099c0ccf7ea4f5d2e5caafd56b4e92faa367dc6 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 23 Sep 2024 15:30:05 +0200 Subject: [PATCH] [RN][iOS] Fix SVC for lineBreakModeIOS (#46514) --- .../Libraries/Components/TextInput/RCTTextInputViewConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js b/packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js index b20e518d978..67980592118 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,