I managed to fix the issue by following these steps:
npx expo start, so
I just used Ctrl-C)npm cache clean --forcenode_modules folder (rm -fr node_modules in the project root), and also delete package-lock.jsonnpm install.After following these steps, I was able to run my app again!