github.com/facebook/react-native/issues/24039#issuecomment-518687649
Network request Issues with react native 0.59 · Issue #24039 · facebook/react-native
🐛 Bug Report Hello, I recently encountered a problem with the network requests of my app. Before version 0.59 the requests to my API worked perfectly but since this version the requests to my API n...
github.com
added these to my /android/app/src/main/AndroidManifest.xml
<manifest ...>
<uses-permission android:name="android.permission.INTERNET" />
<application
...
android:usesCleartextTraffic="true" // <-- added this
...>
...
</application>
</manifest>
'Develop > React-Native' 카테고리의 다른 글
[#5 state] 환경 구축부터 스토어 출시까지 디데이 앱 따라 만들며 배우는 React Native (0) | 2020.09.30 |
---|---|
[#4 레이아웃 구현 마무리하기] 환경 구축부터 스토어 출시까지 디데이 앱 따라 만들며 배우는 React Native (2) | 2020.09.30 |
[1일 1깡 어플] 1일 N깡이 출시 되었습니다~~! (1) | 2020.05.24 |
[#3 레이아웃 구성하기] 환경 구축부터 스토어 출시까지 디데이 앱 따라 만들며 배우는 React Native (4) | 2020.01.21 |
[#2 Component와 메인화면 분할] 환경 구축부터 스토어 출시까지 디데이 앱 따라 만들며 배우는 React Native (2) | 2020.01.20 |