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

rtl support react native 0.60

Open HodayaGruzman opened this issue 5 years ago • 5 comments

RTL is not supported, popup always displays on the left side of the screen.

HodayaGruzman avatar Aug 18 '19 05:08 HodayaGruzman

+1 I can confirm that in 61.5

ahmadafshariii avatar Mar 14 '20 05:03 ahmadafshariii

+1 react native 0.61

AbdullahAsendar avatar Apr 16 '20 09:04 AbdullahAsendar

having the same issue as well

blazk0 avatar May 02 '20 12:05 blazk0

any news?

ammoradi avatar May 09 '20 21:05 ammoradi

I've looked through library and found out that problem was in incorrect SafeAreaAvoiding calculations in react-native-popup-menu/src/renderers/ContextMenu.js for "right" property. For my app there is no need in this left/right avoiding at all so I just commented it out. image

BohdanRozov avatar Jun 01 '20 11:06 BohdanRozov