react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
dropdown style to inherit width from style if not set explicitly set …
…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