react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
Fork with latest PR's merged
Hi y'all. I've merged PRs #230, #238, #239 , #241, #244 in my fork, so that you don't have to. You can use it in your project redifining the lib version in package.json like this:
"react-native-modal-dropdown": "git+https://[email protected]/siemiatj/react-native-modal-dropdown.git",
Tried it getting this error,
TypeError: Attempted to assign to readonly property.
import ModalDropdown from './components/ModalDropdown';
6 | export default ModalDropdown;
> 7 | module.exports = ModalDropdown;
8 |
Thanks for catching this. I'll try to fix it later today.