You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the View wrapping the item text in the _renderItem function in the Dropdown component has a fixed padding of 17 which is a bit annoying if you have strict a styling requirements. I suggest the padding property in the styles.item be dropped and the padding be handled by the user in the itemContainerStyle prop.
The text was updated successfully, but these errors were encountered:
Currently the View wrapping the item text in the
_renderItem
function in theDropdown
component has a fixed padding of17
which is a bit annoying if you have strict a styling requirements. I suggest the padding property in thestyles.item
be dropped and the padding be handled by the user in theitemContainerStyle
prop.The text was updated successfully, but these errors were encountered: