sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModalDropdown not visible

radusepe opened this issue · comments

Running iOS 10.3 on iPhone 7 device and iPhone 7 simulator. When rendering the ModalDropdown it is not visible.
I have managed to fix this issue by editing your ModalDropdown.js code and adding visible={true} prop in _renderModal().
Would it be possible for you to make this addition to your code?

OK