Open aminhir opened 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 |
I have the same issue.
same issue
any solution for this
I would love to find a resolution to this as well.
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;