pouchdb-react-native
pouchdb-react-native copied to clipboard
Cannot assign to read only property exports of object
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.