Skip to content

Instantly share code, notes, and snippets.

@somersbmatthews
Last active December 9, 2019 13:27
Show Gist options
  • Save somersbmatthews/652b132a9330091fc792e7c8303f9870 to your computer and use it in GitHub Desktop.
Save somersbmatthews/652b132a9330091fc792e7c8303f9870 to your computer and use it in GitHub Desktop.
in case react native can't find bundle url #reactnative #metro #bundler
rm -rf ios/build/ && kill $(lsof -t -i:8081) && watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ rm -f package-lock.json && npm cache clean --force && rm -rf /tmp/metro-* && npm cache verify && npm install && react-native start --reset-cache && react-native run-ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment