-
Notifications
You must be signed in to change notification settings - Fork 2.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
I18nManager.forceRTL(true); #314
Comments
+1 |
Swiper uses the To fix this problem, add a style like this: <Swiper style={{ flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row' }}>
...
</Swiper> |
@dastoori thanks for sharing this but the problem is you want also to change buttons , dots .. and the wrapper flexDirection style .. I made all the changes it might help some one https://gist.github.com/phpfalcon/2939d87fc31b698c86d1f103850eec51 |
@phpfalcon I don't think that your solution works for some reason. |
@anonrig I made some changes it appears that style not applied to the tag I've tested it now it should working fine https://gist.github.com/phpfalcon/2939d87fc31b698c86d1f103850eec51 |
|
Is there any solution so far ?? |
@developersHomefriend @mohmdalfaha, Happen to me too, any advise? |
Created an updated fork that support RTL To use:
|
please fix the module in case the direction becomes from right to left using I18nManager.forceRTL(true);
The text was updated successfully, but these errors were encountered: