Created
December 20, 2022 23:18
-
-
Save snowfluke/3af3ee5d8480f626884ea600ccc5d86e to your computer and use it in GitHub Desktop.
React Native Clean Command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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