mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-18 04:13:51 +08:00
Text: Implement textAlign justify for android O+ (#22477)
Summary: Add textAlign justify for android O+(api level >=26) Resolves https://github.com/facebook/react-native/issues/22475 <img src="https://user-images.githubusercontent.com/615282/49341207-35e3b980-f685-11e8-91ab-dbc19c1ee4d0.gif" width="400" /> Changelog: ---------- [Android] [Added] - Implement textAlign justify for android O+ Pull Request resolved: https://github.com/facebook/react-native/pull/22477 Differential Revision: D13512004 Pulled By: cpojer fbshipit-source-id: e20f4976bfd957a5faeae0bbed2ff27c03023bb1
This commit is contained in:
committed by
Facebook Github Bot
parent
af52693e9c
commit
d2153fc58d
@@ -325,6 +325,12 @@ class TextExample extends React.Component<{}> {
|
||||
right right right right right right right right right right right
|
||||
right right
|
||||
</Text>
|
||||
<Text style={{textAlign: 'justify'}}>
|
||||
justify (works when api level >= 26 otherwise fallbacks to "left"):
|
||||
this text component{"'"}s contents are laid out with "textAlign:
|
||||
justify" and as you can see all of the lines except the last one
|
||||
span the available width of the parent container.
|
||||
</Text>
|
||||
</RNTesterBlock>
|
||||
<RNTesterBlock title="Unicode">
|
||||
<View>
|
||||
|
||||
Reference in New Issue
Block a user