sohobloo / react-native-modal-dropdown

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

Space between dropdown button and Dropdown options in android #171

Open Dineshchitta opened 6 years ago

Dineshchitta commented 6 years ago

I copied example code and tested in iOS and android. Observed space between dropdown button and dropdown options container in android only.

How to remove the space ?

Dineshchitta commented 6 years ago

version 0.5.0

RossKinsella commented 6 years ago

Try this @Dineshchitta https://github.com/sohobloo/react-native-modal-dropdown/issues/130

helenmak commented 6 years ago

As a workaround I set negative marginTop at dropdownStyle property.