pouchdb-react-native
pouchdb-react-native copied to clipboard
Module `net` does not exist in the Haste module map
My app is unable to run because of this error, which is due to the fact that net is a node module which I think not available on react native. Given that, I'm wondering why does this package depend on the pouchdb http adapter which use the said node module via the touch cookie package?
Or am I missing something? Thank you.
Try running "react-native start --reset-cache" I get haste map errors from time to time and this seems to work