pouchdb-react-native icon indicating copy to clipboard operation
pouchdb-react-native copied to clipboard

Cannot assign to read only property exports of object

Open sidgo28 opened this issue 7 years ago • 0 comments

I encountered this issue when I use haul instead of metro.

The reason is because in asyncstorage_core.js, module.exports is used along with import. Hence, the export keyword should be used instead of the commonjs syntax.

sidgo28 avatar Oct 21 '18 07:10 sidgo28