react-native-hold-menu icon indicating copy to clipboard operation
react-native-hold-menu copied to clipboard

RTL not supported, the holdItem change position on active

Open Essam-Harrous opened this issue 5 months ago • 0 comments

Describe the bug when clicking on the HoldItem, the position of the View moves to the reverse direction Left to right & right to left.

To Reproduce Steps to reproduce the behavior:

  1. enable RTL
  2. use the example code.
  3. long press on one of the examples you'll notice the issue.

Expected behavior it's supposed to render on the same position.

Actual behavior it render on the opposite position

Screenshots https://github.com/user-attachments/assets/28df3c80-ec59-49f8-a95d-5baa30b1ec12

Package versions

  • React: 18.2.0
  • React Native: ^0.74.0
  • React Native Reanimated: ^3.6.0
  • React Native Hold Menu: lates
  • Expo: none

Essam-Harrous avatar Sep 15 '24 20:09 Essam-Harrous