Created
April 21, 2018 23:35
-
-
Save danihodovic/456e146382ace6c556522d9b0b986e1d to your computer and use it in GitHub Desktop.
Reset react-native Android cache
This file contains hidden or 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
# Reset / delete problematic node_modules | |
npx react-native start --reset-cache | |
npx react-native run-android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment