Skip to content

Instantly share code, notes, and snippets.

@TowhidKashem
Created May 28, 2022 01:17
Show Gist options
  • Save TowhidKashem/a17c31b752ee48838a215bf8c9c79b3d to your computer and use it in GitHub Desktop.
Save TowhidKashem/a17c31b752ee48838a215bf8c9c79b3d to your computer and use it in GitHub Desktop.
watchman watch-del-all && rm -rf /tmp/metro-* && yarn cache clean && rm yarn.lock && rm -rf node_modules/ && yarn install && expo r -c
@TowhidKashem
Copy link
Author

If not using expo replace expo r -c at the end with yarn start --reset-cache to start the project with cache cleared

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment