Uh oh!
There was an error while loading. Please reload this page.
[TextInput] Added support for textAlign to TextInput - #772
Conversation
Added remapping of style textAlign property to textAlignment (which is the name of the same property on text input components)
Exposed textAlign in TextInput.js. Hopefully this is all that is needed?
darylrowland
commented
Apr 9, 2015
Think I've exposed it now in RCTTextViewAttributes. Let me know if that's not correct. Thanks. |
darylrowland
commented
Apr 13, 2015
Will this one be merged into the main branch soon? |
ide
commented
May 1, 2015
yeah. this seems simple and reasonable. |
ranyefet
commented
May 7, 2015
+1 |
rpastorelle
commented
May 8, 2015
+1 I've been using this for a while by manually making the update. Wondering when this will get merged into the main branch as well... |
alinz
commented
May 26, 2015
+1 just got into this problem. I hope this merge goes through. I really need it. Thanks @darylrowland |
brentvatne
commented
May 30, 2015
|
brentvatne
commented
May 30, 2015
Scratch the above comment - @darylrowland could you also add support for this prop to |
sahrens
commented
Jun 11, 2015
reassigning to nick (that's how we track who the internal owner is) but this still needs revision from @darylrowland based on @brentvatne's comments. |
stirman
commented
Jun 14, 2015
:) Been waiting on this one! |
bobspace
commented
Jun 24, 2015
@facebook-github-bot import |
quantuminformation
commented
Apr 26, 2017
ixje
commented
Jul 15, 2017
@quantuminformation use |
AngelTrinidad
commented
Dec 21, 2019
Some news about this? |
DPOSPOS
commented
Jul 3, 2021
textAlign={'center'} |


Added remapping of style textAlign property to textAlignment (which is the name of the same property on text input components)