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

Module `net` does not exist in the Haste module map

Open sidgo28 opened this issue 6 years ago • 1 comments

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.

sidgo28 avatar Oct 20 '18 15:10 sidgo28

Try running "react-native start --reset-cache" I get haste map errors from time to time and this seems to work

jwheat avatar Oct 21 '18 02:10 jwheat