Last active
January 7, 2018 04:27
-
-
Save nicksarafa/723cde070f60e25fedc46bbdeda0e233 to your computer and use it in GitHub Desktop.
react-native kill iOS
This file contains 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
echo "alias rnkill=\"kill \$(lsof -t -i:8081); rm -rf ios/build/; react-native run-ios\"" >> ~/.zshrc; source ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kills iOS react-native code when we continually get the red screen of death in iOS react-native
no bundle URL present
$ runkill
Source