Unable to resolve module
Closed this issue · 0 comments
RondellC commented
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:
- Clear watchman watches: watchman watch-del-all
- Delete node_modules: rm -rf node_modules and run yarn install
- Reset Metro's cache: yarn start --reset-cache
- 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!