Skip to content

Instantly share code, notes, and snippets.

@RidaRidss
Last active December 21, 2018 06:26
Show Gist options
  • Select an option

  • Save RidaRidss/057e249e80f7a568b86f975b95c2ab64 to your computer and use it in GitHub Desktop.

Select an option

Save RidaRidss/057e249e80f7a568b86f975b95c2ab64 to your computer and use it in GitHub Desktop.
kill ports of running server and build fresh in ios

rm -rf ios/build/; kill $(lsof -t -i:8081);react-native run-ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment