If your terminal have automation permissions, you just need to reset cache:
sudo rm -Rf node_modules
sudo rm -Rf .expo
// If you prebuild your app
sudo rm -Rf ios
sudo rm -Rf android
npm install or yarn
Then, npx expo start -c
or if you prebuilded your app, npx expo prebuild
.
It should be working!