Last active
March 26, 2024 12:24
-
-
Save diegorribeiro/9d4b0b309cd22382eee691c04ad30393 to your computer and use it in GitHub Desktop.
React-native clean gradle cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Win | |
cd android && gradlew clean && cd .. && react-native run-android | |
#osX | |
cd android && bash gradlew clean && cd .. && react-native run-android |
thanks 👍
thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍