sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 477 forks source link

Error on web #265

Open aminhir opened 3 years ago

aminhir commented 3 years ago

I got this error on web preview(expo w)

TypeError: Cannot assign to read only property 'exports' of object '#'

Module. C:/......../node_modules/react-native-modal-dropdown/index.js:7 4 | 5 | import ModalDropdown from './components/ModalDropdown'; 6 | export default ModalDropdown;

7 | module.exports = ModalDropdown; 8 |

creemy0cheesekake commented 3 years ago

I have the same issue.

Gotemperor commented 2 years ago

same issue

bhardwajpankaj commented 2 years ago

any solution for this

gmiller1763 commented 2 years ago

I would love to find a resolution to this as well.