-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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?
Think I've exposed it now in RCTTextViewAttributes. Let me know if that's not correct. Thanks. |
Will this one be merged into the main branch soon? |
+1 |
yeah. this seems simple and reasonable. |
+1 |
+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... |
+1 just got into this problem. I hope this merge goes through. I really need it. Thanks @darylrowland |
|
Scratch the above comment - @darylrowland could you also add support for this prop to |
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. |
:) Been waiting on this one! |
@facebook-github-bot import |
@quantuminformation use |
Some news about this? |
…packager (#772) * add documentation for applying Network Security Config cleartext policy exceptions for RN packager IPs * add documentation for applying Network Security Config cleartext policy exceptions for RN packager IPs
textAlign={'center'} |
Added remapping of style textAlign property to textAlignment (which is the name of the same property on text input components)