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
I figured out the issue: for some reason I didn't kill the process on port 8081 and it was causing Xcode to fail.
port 8081
Solution:
Xcode Menu > Product > Clean
Resource:
React-Native Troubleshooting