sohobloo/react-native-modal-dropdown

ModalDropdown not visible

radusepe opened this issue · 1 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