-
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
improve RTL #24069
improve RTL #24069
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @dulmandakh in b3c7496. When will my fix make it into a release? | Upcoming Releases |
Summary: Google recommends to use Gravity.START and Gravity.END instead of Gravity.LEFT and Gravity.RIGHT to support RTL better. [Android] [Changed] - Improve RTL support Pull Request resolved: #24069 Differential Revision: D14541569 Pulled By: cpojer fbshipit-source-id: 5c104d8bd666e1270d5410216c7f2efa6152692a
This reverts commit b3c7496.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We all make mistakes, and this is one of them while I was trying to improve
React Native on Android. I followed Google's recommendation, but it didn't
worked well on React Natice. Lessons learned, I should've tested it more
and should've asked someone with RTL experience to review. So sorry about
it.
Also, I would like ask you and others to participate in development, review
PRs that might affect your apps or areas you have experience with.
|
@dulmandakh OK , no problem! |
Summary
Google recommends to use Gravity.START and Gravity.END instead of Gravity.LEFT and Gravity.RIGHT to support RTL better.
Changelog
[Android] [Changed] - Improve RTL support
Test Plan
CI is green, and RNTester works as expected