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
My problem was the Wifi DNS setup..
i. Go to Settings-> Network.
ii. Select the connected Wifi, click Advance.
iii. Select DNS, you might have set your DNS server to 8.8.8.8 (God knows your intention ;) ). Delete it and set it to the default 192.168.1.1. Click OK.
iv. Run the react-native run-ios in terminal and it works.