react-native error: module does not exist in module map

This was a dependency issue. If you are using version control, copy your old dependencies into your current package.json

I couldn’t figure out what was wrong so I simply re-cloned my project from GitHub and copied my code over.

Leave a Comment