react-native-popup-menu
react-native-popup-menu copied to clipboard
rtl support react native 0.60
RTL is not supported, popup always displays on the left side of the screen.
+1 I can confirm that in 61.5
+1 react native 0.61
having the same issue as well
any news?
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.