Closed
Description
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:
const CopilotView = walkthroughable(View);
...
<CopilotView>
<HeartIcon/>
</CopilotView>
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.