mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix TextAlign prop in Fabric
Summary: Text didn't support horizontal textAlign in Fabric for Android, this diff fixes that Changelog: Add support for TextAlign prop in Fabric Reviewed By: makovkastar Differential Revision: D18068072 fbshipit-source-id: 3f8b1ba46989b55197fe9aa60ba2fb055b003d67
This commit is contained in:
committed by
Facebook Github Bot
parent
7d8dfa500c
commit
229fa32ab6
@@ -99,7 +99,7 @@ public class ReactTextViewManager
|
||||
textViewProps.getTopPadding(),
|
||||
textViewProps.getEndPadding(),
|
||||
textViewProps.getBottomPadding(),
|
||||
0,
|
||||
textViewProps.getTextAlign(),
|
||||
textBreakStrategy,
|
||||
justificationMode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user