Created
December 12, 2020 12:35
-
-
Save teramuza/dc84052760367526e3d4310e1c42cb08 to your computer and use it in GitHub Desktop.
React-native clean cache, Copy this command to execute
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 start --reset-cache | |
# then ctrl + x (or c) to stop after reset cache | |
#osX | |
cd android && ./gradlew clean && cd .. && react-native start --reset-cache | |
# then control + c to stop after reset cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment