You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native-copilot completely renders mirror of what it should be rendering in RTL projects.
Here I've made a CopilotView around the heart ❤️ icon like this:
@mohebifar I'm making RTL layout using standard method with I18nManager.allowRTL and I18nManager.forceRTL, no flex magic.
The problem was that in this project right and left properties were hard-coded. but react-native swaps these two in RTL projects.
so I resolved this problem and sent a PR.
thanks for androidStatusBarVisible: true tip, saved me a lot of time. :)
react-native-copilot
completely renders mirror of what it should be rendering in RTL projects.Here I've made a
CopilotView
around the heart ❤️ icon like this:As you can see it's completely mirrored.
If you point me to the right direction I'll fix it myself.
Thank you for your efforts.
The text was updated successfully, but these errors were encountered: