-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
BugGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Description
When I18nManager.forceRTL(true)
to test my RTL app, I came across a bug with the <Text>
component.
When the app is LTR, multiline text in Arabic renders from right to left, with the subsequent lines starting from right as well.
However, if the app is RTL, this happens.
I used flexDirection: 'flex-start'
on the <Text>
to make it start from the correct side. I tried using textAlign: 'right'
, but had no luck.
Reproduction
https://rnplay.org/apps/GfNikw
Additional Information
- React Native version: 0.36.1
- Platform: iOS
- Operating System: MacOS
zynchro, grmmph, austinfathman, bilalsyed001, mr-bat and 8 more
Metadata
Metadata
Assignees
Labels
BugGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.