-
react native AVD로 구동 시 axios network errorProgramming/react native 2020. 11. 19. 03:41
node express로 서버 API를 구축한 후 axios로 데이터를 get 하려 했으나
계속해서 Netword Error가 발생하였다.
https://github.com/axios/axios/issues/973
Axios doesn't work with Android (emulator) raising a Network Error · Issue #973 · axios/axios
I'n new with React Native, and I was playing around with components and http ajax request, and all went fine with iOs emulator, until I thought to test on Android emulator. This is my Http clas...
github.com
위 링크에서 나왔듯이 유효하지 않은 요청이 아닌 요청 자체가 들어오지 않는다는 것을 확인할 수 있었다.
localhost 부분을 10.0.2.2로 바꾸어서 진행하였더니 axios 라이브러리가 정상적으로 작동하였다.
'Programming > react native' 카테고리의 다른 글
REST API 원칙 (0) 2020.11.26 Node.js와 Mysql 연동 에러 (0) 2020.11.23