-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Module exports problem when importing the library and using it with expo run web.
TypeError: Cannot assign to read only property 'exports' of object '#<Object>'
Change module.exports = NativeModules.ReactMds; in src/RNMds.js to export default NativeModules.ReactMds;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels