Hello Friends 👋,
Welcome To Infinitbility! ❤️
To clean cache in react native, open terminal, go to your project android folder, and run gradlew clean
command it will clear react native cache.
This article wil help to clean your react native project, hear we will see how to clean gradlew cache and react native builds.
Let start today article How to clean gradle in react native
When we are run any react native project or build any apk it will create builds folder on android app folder for improve our proformance but sometimes we solved the any issue but react native showing errors due to cache i.e react native gradle provide commands to clean gradle cache.
1#Win2cd android && gradlew clean && cd .. && react-native run-android34#osX5cd android && bash gradlew clean && cd .. && react-native run-android
Need more common commands whitch use react native developer visit :-
https://infinitbility.com/react-native-commands-you-need-almost-every-day
Thanks For Reading…
Follow me on Twitter
Join our email list and get notified about new content
No worries, I respect your privacy and I will never abuse your email.
Every week, on Tuesday, you will receive a list of free tutorials I made during the week (I write one every day) and news on other training products I create.