adb devices
Is your phone displaying? If not, enable developer mode on your phone, and connect it by USB.
adb reverse tcp:8081 tcp:8081 :
In order to link correctly your phone and that React-Native recognize him during build. (NOTE:Android Version 5 or above.)
react-native run-andr...