Skip to content

Instantly share code, notes, and snippets.

@snowfluke
Created December 20, 2022 23:18
Show Gist options
  • Save snowfluke/3af3ee5d8480f626884ea600ccc5d86e to your computer and use it in GitHub Desktop.
Save snowfluke/3af3ee5d8480f626884ea600ccc5d86e to your computer and use it in GitHub Desktop.
React Native Clean Command
rm -r android/build;
rm -r android/app/src/release/res;
rm -r android/app/build/intermediates;
watchman watch-del-all;
rm -rf $TMPDIR/react-*;
yarn start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment