Skip to content

Instantly share code, notes, and snippets.

@diegorribeiro
Last active March 26, 2024 12:24
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save diegorribeiro/9d4b0b309cd22382eee691c04ad30393 to your computer and use it in GitHub Desktop.
Save diegorribeiro/9d4b0b309cd22382eee691c04ad30393 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
@progsmile
Copy link

👍

@izakdvlpr
Copy link

👍

@tunhnt
Copy link

tunhnt commented Oct 14, 2021

thanks 👍

@velly22
Copy link

velly22 commented Nov 18, 2021

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment