Skip to content

Instantly share code, notes, and snippets.

@Ranur-react
Forked from diegorribeiro/clean-cache.sh
Created March 25, 2021 10:08
Show Gist options
  • Save Ranur-react/d965bd17a42797fc721c2af561c44359 to your computer and use it in GitHub Desktop.
Save Ranur-react/d965bd17a42797fc721c2af561c44359 to your computer and use it in GitHub Desktop.
React-native clean gradle cache
#Win
cd android && gradlew clean && cd .. && react-native run-android
#osX
cd android && bash gradlew clean && cd .. && react-native run-android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment