I have set my IP and made sure it\'s right but when I executereact-native run-android
react-native run-android
you need to stop npm server. then hit following command in terminal.
npm
adb kill-server adb start-server
than start npm server
npm server