Skip to content

Problem in RTL apps #68

Closed
Closed
@iamsoorena

Description

@iamsoorena

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions