Ive noticed a number of issues with this library when running inside a React Native RTL app (web and native).
This P.R addresses a number of those issues:
notably:
added the concept of 'start' and 'end' directions in favour of 'right' and 'left' as when RTL is active, left becomes right, so start and end is probably a better term to use. (this requires a RN bump to 0.51 - happy to remove this feature if its not desirable)
add a function which helps calculate the content panel offset base on RTL direction
add a function which calculates the menu boundary styles based on direction
Related to #305
Ive noticed a number of issues with this library when running inside a React Native RTL app (web and native).
This P.R addresses a number of those issues:
notably: