react-native-modal-dropdown icon indicating copy to clipboard operation
react-native-modal-dropdown copied to clipboard

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

Open spence-s opened this issue 7 years ago • 0 comments

…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

spence-s avatar Oct 09 '18 20:10 spence-s