79304455

Date: 2024-12-23 23:25:46
Score: 0.5
Natty:
Report link

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!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: feyyum