Fetch, Axios not working on Android KitKat Emulator #30508
Labels
Needs: Triage 🔍
🌐Networking
Related to a networking API.
Platform: Android
Android applications.
Platform: iOS
iOS applications.
Platform: Linux
Building on Linux.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
I am trying to make an
https
request either usingfetch
oraxios
library on Android Kitkat(Api level 17) and I am getting network error. I am unable to make a network call.This is the url I'm trying to hit
NOTE: I'm not trying to hit local server or
http
server, I'm hitting ahttps
server that is hosted on internetReact Native version:
Steps To Reproduce
network-error
branch)npm install
react-native run-android
npm start
Expected Results
Should have got this success response from API call
Snack, code example, screenshot, or link to a repository:
Reproducible Code is present here
PS: Get this error in Android API 17 and Android API 18, but not in 19 and above
The text was updated successfully, but these errors were encountered: