karanpratapsingh/Proximity

Unable to resolve module

Closed this issue · 0 comments

The issue I keep running into is...

Unable to resolve module react-native-screens from node_modules/react-navigation-stack/lib/module/views/StackView/StackViewCard.js: react-native-screens could not be found within the project.

If you are sure the module exists, try these steps:

  1. Clear watchman watches: watchman watch-del-all
  2. Delete node_modules: rm -rf node_modules and run yarn install
  3. Reset Metro's cache: yarn start --reset-cache
  4. Remove the cache: rm -rf /tmp/metro-*

After trying the previous steps I'm still running into the same issue. Any assistance would be greatly appreciated. Thank you!