mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
512 stars 91 forks source link

feat: Add offset and custom RTL props #109

Closed dcangulo closed 3 years ago

dcangulo commented 3 years ago

Currently, the menu covers the label and I need to achieve something like in the picture. Passing custom horizontal and vertical offset allows me to achieve this. Also, custom isRTL prop to render it like RTL.

Screen Shot 2021-05-05 at 12 07 32 PM
mxck commented 3 years ago

Hi, thanks for the pull request. Wouldn't it be better to make a prop placement? Like auto, right-start, right, etc.