android 개발시에 백엔드 api를 통해서 localhost의 9090포트로 호출시 response를 못받는 상황이 발생. axios의 문제인가해서 http://다른 url을 통해서 해봤더니 잘 받아온다.. adb reverse 커맨드를 통해 설정을 해줘야 하는듯하다. https://stackoverflow.com/questions/33704130/react-native-android-fetch-failing-on-connection-to-local-api React Native Android Fetch failing on connection to local API I'm using the fetch API in my react-native Android app to make requests to a..