react-native-modal-dropdown icon indicating copy to clipboard operation
react-native-modal-dropdown copied to clipboard

Fork with latest PR's merged

Open siemiatj opened this issue 5 years ago • 2 comments

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",

siemiatj avatar Apr 27 '20 07:04 siemiatj

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 | 

pyrossh avatar May 04 '20 07:05 pyrossh

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

siemiatj avatar Jun 09 '20 11:06 siemiatj