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.

#Win
cd android && gradlew clean && cd .. && react-native run-android

#osX
cd 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…