Equivalent of https.agent in this package? #467
Unanswered
Shahanshah8791
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I need to send certificate in api request, so I was trying with axios but
new https.agent({})
is not supported by React Native as it is a Node API.Is there any way I can use this package to fix this issue?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions