In my react native everything was working fine but suddenly after SSL change of our website no api call using Axios are giving response and they are start giving no promise resolved undefined error. For IOS it is working fine but for android it start giving error after SSL change of website. I am not using any ssl pinning in my react native code still it is giving error. How can I fixed it, if anyone has any idea please suggest any workaround it would be really helpful. Thank you
I did try to update Axios version and clean build the project but still it is giving same error. For IOS it is working fine but for android it start giving no promise resolved error and no api request are fulfilled.