So basically what I'm doing is simply making simple Axios call to our UAT server which has HTTPS enabled. I've tested the entire application in IOS API calls are working fine there but as soon as I've tested the same application in Android (On a real Android device) Axios calls are failing with Network Error. I have tested the same thing on Different Android phones with different wifi/network connect but still the same issue.
Upon researching, I've found that it's happening due to an SSL certificate issue. So I'm using the react-native-ssl-pinning library. But in that also I`m facing this issue.
Anyone faced this before. Am I missing something here?