-
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
RTL issue - English on Hebrew Android phones #20730
Comments
Can you reproduce the issue on the latest release, v0.56? |
Can you add screenshots or anything else that might help demonstrate the issue you're reporting? |
Here's a few solutions from one of my older posts What worked for me was adding a Unicode character "LEFT-TO-RIGHT ISOLATE" at the start. <Text>{'\u2066'} أهْلًا وَسَهْلاً Ahlan wa Sahlan!</Text> |
Your older post is, in fact, this issue exactly. Shukran Jazilan!! شكرا جزيلا |
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
Continued issue following #20362
[v] Review the documentation: https://facebook.github.io/react-native
[v] Search for existing issues: https://github.com/facebook/react-native/issues
[v] Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
Phones:
Galaxy J7 Nxt, Android 7.0, updated Feb 1, 2018, Language chosen: Hebrew
Galaxy S7, Android 7.0, updated Oct 1, 2017, Language chosen: Hebrew
React-native Environment:
OS: Windows 10
Node: 8.11.1
Yarn: 1.7.0
npm: 6.1.0
Watchman: Not Found
Xcode: N/A
Android Studio 3.1.4
Build #AI-173.4907809, built on July 24, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Description
On emulator, everything looks ok. When I build and run in debug or actual app, everything is right-to-left.
order of objects in view
texts justified to right
chevron to be shown on right of a list (with flex) is on far left
Adding i18n with force rtl true or false does not help.
Reproducible Demo
https://github.com/pashute/rnUtubeUI
The text was updated successfully, but these errors were encountered: