Skip to content

Instantly share code, notes, and snippets.

@teramuza
Created December 12, 2020 12:35
Show Gist options
  • Save teramuza/dc84052760367526e3d4310e1c42cb08 to your computer and use it in GitHub Desktop.
Save teramuza/dc84052760367526e3d4310e1c42cb08 to your computer and use it in GitHub Desktop.
React-native clean cache, Copy this command to execute
#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