Last active
December 9, 2019 13:27
-
-
Save somersbmatthews/652b132a9330091fc792e7c8303f9870 to your computer and use it in GitHub Desktop.
in case react native can't find bundle url #reactnative #metro #bundler
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 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