Skip to content
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

Closed
pashute opened this issue Aug 19, 2018 · 5 comments
Closed

RTL issue - English on Hebrew Android phones #20730

pashute opened this issue Aug 19, 2018 · 5 comments
Labels
Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@pashute
Copy link

pashute commented Aug 19, 2018

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

Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.3 => 0.55.3

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

@react-native-bot react-native-bot added the Platform: Android Android applications. label Aug 19, 2018
@react-native-bot
Copy link
Collaborator

Can you reproduce the issue on the latest release, v0.56?

@hramos
Copy link
Contributor

hramos commented Aug 20, 2018

Can you add screenshots or anything else that might help demonstrate the issue you're reporting?

@jamsch
Copy link
Contributor

jamsch commented Aug 21, 2018

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>

@pashute
Copy link
Author

pashute commented Aug 22, 2018

Your older post is, in fact, this issue exactly.
#10204 (comment)

Shukran Jazilan!! شكرا جزيلا

@react-native-bot react-native-bot added the Ran Commands One of our bots successfully processed a command. label Sep 6, 2018
@react-native-bot
Copy link
Collaborator

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.

@facebook facebook locked as resolved and limited conversation to collaborators Sep 6, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants