I\'m trying to get up and running with React Native and I am seeing the message below in Xcode:
Port 8081 already in use, packager is either not running
Easy method: Try with the following code
kill -9 $(lsof -t -i:8081)