sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

dropdown style to inherit width from style if not set explicitly set … #199

Open spence-s opened 5 years ago

spence-s commented 5 years ago

…and line up correctly if percentage width is set

This allows one to set percentage width with style prop and have dropdown modal will line up with the button component by default whether it's on the right or left side. If width is set on dropdownStyle this will override the default.

fixes #165