Skip to content

Instantly share code, notes, and snippets.

@joshuamabina
Last active June 20, 2020 06:41
Show Gist options
  • Save joshuamabina/72f823eb150d27511d4863870623b377 to your computer and use it in GitHub Desktop.
Save joshuamabina/72f823eb150d27511d4863870623b377 to your computer and use it in GitHub Desktop.
Clear/Reset Expo
watchman watch-del-all && rm -rf node_modules/ && npm cache verify && npm install && expo r -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment