Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project

I used to drag a little shell script around between each React Native project that cleaned out various cache directories (Watchman Cache, Bundler Cache, Build Artifacts, Yarn Cache, etc.) for me. A better alternative is the react-native-clean-project you can use. Cleans your React Native project by purging caches and modules, and reinstalling them again. Installation …


This content originally appeared on Bram.us and was authored by Bramus!

I used to drag a little shell script around between each React Native project that cleaned out various cache directories (Watchman Cache, Bundler Cache, Build Artifacts, Yarn Cache, etc.) for me. A better alternative is the react-native-clean-project you can use.

Cleans your React Native project by purging caches and modules, and reinstalling them again.

Installation per NPM/Yarn:

yarn add -D react-native-clean-project

Once installed it’s recommended to add these script to your package.json

{
  "scripts": {
    "clean": "react-native clean-project",
    "clean:auto": "react-native clean-project-auto"
  }
}

Now simply run yarn clean whenever you need to.

react-native-clean-project


This content originally appeared on Bram.us and was authored by Bramus!


Print Share Comment Cite Upload Translate Updates
APA

Bramus! | Sciencx (2021-06-03T20:57:37+00:00) Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project. Retrieved from https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/

MLA
" » Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project." Bramus! | Sciencx - Thursday June 3, 2021, https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/
HARVARD
Bramus! | Sciencx Thursday June 3, 2021 » Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project., viewed ,<https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/>
VANCOUVER
Bramus! | Sciencx - » Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/
CHICAGO
" » Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project." Bramus! | Sciencx - Accessed . https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/
IEEE
" » Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project." Bramus! | Sciencx [Online]. Available: https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/. [Accessed: ]
rf:citation
» Reset React Native Cache (Watchman Cache, Bundler Cache, Build Artifacts, etc) with react-native-clean-project | Bramus! | Sciencx | https://www.scien.cx/2021/06/03/reset-react-native-cache-watchman-cache-bundler-cache-build-artifacts-etc-with-react-native-clean-project/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.