react-native-modal-dropdown icon indicating copy to clipboard operation
react-native-modal-dropdown copied to clipboard

RTL support is missing.

Open saadi-ninjasCode opened this issue 2 years ago • 7 comments

App support RTL, but this package is not supporting RTL. As shown in the figure, The modal should be on the left side under the three dots icon but it is still on the right side.

Screenshot 2021-08-27 at 9 56 20 PM

Anyone can help in solving my issue? I want a generic solution as I am using this dropdown in multiple places

Version

  • React-Native: 64.2
  • react-native-modal-dropdown: 1.0.1

saadi-ninjasCode avatar Aug 27 '21 17:08 saadi-ninjasCode

updates?

Tonyibra avatar Apr 08 '22 06:04 Tonyibra

any update?

FatmaMahmoud698 avatar May 30 '22 13:05 FatmaMahmoud698

how did you fix it ?

MGEisa96 avatar Jun 19 '22 15:06 MGEisa96

how did you fix it ?

I fixed it on my own. I made some changes to this library according to my need.

saadi-ninjasCode avatar Jun 21 '22 04:06 saadi-ninjasCode

@saadi-ninjasCode can you share with us your updated package?

FatmaMahmoud698 avatar Jun 21 '22 16:06 FatmaMahmoud698

how did you fix it ?

I fixed it on my own. I made some changes to this library according to my need.

If you would submit a PR I can merge this and release in npm.

siemiatj avatar Jul 15 '22 11:07 siemiatj

@FatmaMahmoud698 , @MGEisa96 , I Submit a PR. If you need any help here is the PR link https://github.com/siemiatj/react-native-modal-dropdown/pull/68

saadi-ninjasCode avatar Jul 15 '22 11:07 saadi-ninjasCode