Last active
July 16, 2019 07:26
-
-
Save uguraktas/c2802d0450e7269c159b48aa76b5fc94 to your computer and use it in GitHub Desktop.
for react-native reset bundle and npm modules
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
rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && npm cache clean --force && npm cache verify && rm -rf ios/build && rm -rf node_modules/ && npm i | |
-if do you use pods | |
rm -rf pods && pod install | |
-for android gradle clean | |
./gradlew cleanBuildCache | |
-for npm run start | |
npm cache clean && npm start -- --reset-cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment