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

Fork with latest PR's merged #247

Open siemiatj opened 4 years ago

siemiatj commented 4 years ago

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://git@github.com/siemiatj/react-native-modal-dropdown.git",
pyrossh commented 4 years ago

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 | 
siemiatj commented 4 years ago

Thanks for catching this. I'll try to fix it later today.