Skip to content

Instantly share code, notes, and snippets.

@uguraktas
Last active July 16, 2019 07:26
Show Gist options
  • Save uguraktas/c2802d0450e7269c159b48aa76b5fc94 to your computer and use it in GitHub Desktop.
Save uguraktas/c2802d0450e7269c159b48aa76b5fc94 to your computer and use it in GitHub Desktop.
for react-native reset bundle and npm modules
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