I am using axios package for making api calls in my react native app. I now want to do certificate pinning to authenticate the api calls but I find no direct way in axios framework to pin the certificate even after a lot of searching.
So do axios package really not support certificate pinning ?
what is the proper way in react native to approach certificate pinning for api calls.?