-
Notifications
You must be signed in to change notification settings - Fork 184
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
No RTL support #115
Comments
👋 hi could you provide screenshots and code reproduction please? |
Thanks for this! I'm curious what version of this library you have, namely because I'm wondering if this PR that was merged recently would resolve this issue or not -- #114 Alternatively, if you added If none of those help, do you have any insights on how to resolve this problem programmatically? |
|
I forked the library and adjusted styles.js file to handle rtl, here's the link for my fork: https://github.com/HamdyOmran/react-native-walkthrough-tooltip/blob/master/src/styles.js |
@HamdyOmran Your solution works !! Thank you. For those who are still stuck please add transform: [{ scaleX: I18nManager.isRTL ? -1 : 1 }], To the container & content object in style.js |
Is there a way to flip the position the highlighted icon according if I use Arabic or English, instead of using |
Hi.
My app is on ForceRTL and the tooltip pops up on the opposite side of screen and also show a copy of my button there.
any solution for this?
The text was updated successfully, but these errors were encountered: