-
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
ForceRTL(false) is not working as intended #46206
Comments
|
|
|
|
@fawzi-shiyyab19 missing reproducer |
hi fawzi, did u find a way around this crap issue? |
I have have kinda the same issue where |
if my case I had to add
|
adding |
Description
When i change language to english
I18nManager.allowRTL(false);
I18nManager.forceRTL(false);
forceRTL(false) is not working on when device language is set to Arabic or RTL language
Steps to reproduce
1- Set the device language to Arabic
2- Open the app
3- change language to english
4- I18nManager.isRTL is always true
React Native Version
0.72.4
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/react-native-community/reproducer-react-native
Screenshots and Videos
The text was updated successfully, but these errors were encountered: