-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
feat: Add support for verticalAlign style #34567
feat: Add support for verticalAlign style #34567
Conversation
9334f1b
to
85b4b4d
Compare
Base commit: 2319f75 |
Base commit: 2319f75 |
2e56d42
to
6c53112
Compare
Sorry, this needs someone from Meta to import the PR |
@cipolleschi @cortinico would you mind importing this? |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Sorry, I missed it! But now it has been imported. |
Hi @gabrieldonadel, thanks for all your work with these PRs. We recently started to maintain the TypeScript types and it looks like that this PR touches the Flow types in the StyleSheetTypes.js. Could you update also the TypeScript definitions in this file? |
Hi @cipolleschi, thanks for reviewing this, I've just pushed a commit updating TS types |
6c53112
to
d06dafc
Compare
|
Thanks for the update! :D Could you also take care of the lint errors, please? 🙏 |
d06dafc
to
3be099e
Compare
@cipolleschi I believe there is some problem with the Danger configuration, all these warnings are about
|
Could you rebase on |
Sure, done |
3be099e
to
d0d6076
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
c8a4515
to
71352dc
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
13 similar comments
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @gabrieldonadel in 32b6f31. When will my fix make it into a release? | Upcoming Releases |
Summary: This adds support for the `verticalAlign` style attribute, mapping the already existing `textAlignVertical` attribute as requested on facebook#34425. This PR also updates the TextExample.android on the RNTester in order to facilitate the manual QA of this. ## Changelog [Android] [Added] - Add support for verticalAlign style Pull Request resolved: facebook#34567 Test Plan: 1. On Android open the RNTester app and navigate to the Text page 2. Check the text alignment through the `Text alignment` section https://user-images.githubusercontent.com/11707729/188051914-bf15f7eb-e53f-4de5-8033-d1b572352935.mov Reviewed By: jacdebug Differential Revision: D39771237 Pulled By: cipolleschi fbshipit-source-id: d2a81bec1edd8d49a0fcd36a42fea53734909739
Summary
This adds support for the
verticalAlign
style attribute, mapping the already existingtextAlignVertical
attribute as requested on #34425. This PR also updates the TextExample.android on the RNTester in order to facilitate the manual QA of this.Changelog
[Android] [Added] - Add support for verticalAlign style
Test Plan
Text alignment
sectionScreen.Recording.2022-09-02.at.00.16.12.mov