We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fccb7 commit 3461e98Copy full SHA for 3461e98
packages/react-native/ReactCommon/react/renderer/components/text/BaseTextProps.cpp
@@ -120,7 +120,7 @@ static TextAttributes convertRawProp(
120
textAttributes.baseWritingDirection = convertRawProp(
121
context,
122
rawProps,
123
- "baseWritingDirection",
+ "writingDirection",
124
sourceTextAttributes.baseWritingDirection,
125
defaultTextAttributes.baseWritingDirection);
126
textAttributes.lineBreakStrategy = convertRawProp(
0 commit comments