
React-native android 실제 기기 연결이 되지않고 emulator로 연결이 된다.
1) 가장 먼저 android 기기의 설정탭 -> 개발자 옵션으로 들어가 USB 디버깅을 활성화를 시켜준다.
2) 기기가 잘 연결되면 CMD 창에 아래와 같은 명령어를 입력한다.
adb devices
$ adb devices
List of devices attached
emulator-5554 offline
R3CM40J52QP device -> 실기기 시리얼 번호
adb reverse tcp:8081 tcp:8081