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

fix separator error, height dropdown error #229

Open vitorizkiimanda opened 4 years ago

vitorizkiimanda commented 4 years ago

Separator not working, fixed by change '||' into '&&' -> logical error Dropdown height hardcoded leading to missing height modal on dynamic options number, fixed by deleting height on style -> styling error

already created PR in : https://github.com/sohobloo/react-native-modal-dropdown/pull/228

hope this help