Skip to content

Commit 1099c0c

Browse files
authored
[RN][iOS] Fix SVC for lineBreakModeIOS (#46514)
1 parent e8fdd3c commit 1099c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/Libraries/Components/TextInput/RCTTextInputViewConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const RCTTextInputViewConfig = {
104104
textTransform: true,
105105
textAlign: true,
106106
fontFamily: true,
107+
lineBreakModeIOS: true,
107108
lineHeight: true,
108109
isHighlighted: true,
109110
writingDirection: true,

0 commit comments

Comments
 (0)