How to Solve Network Error issuue in Axios || React Native

preview_player
Показать описание
This video is a short guide to fixing Axios issues in react native. This video includes all the possible steps and methods to solve network errors.

Рекомендации по теме
Комментарии
Автор

My API url had Http due to some SSL issue and i was getting this axios network error from 3 days. (everything worked fine in debug environment but axios error was there in the release apk)

Everyone from the official docs to the official forums to stackoverflow told to add the usesCleartextTraffic but i was adding it in the debug folder's AndroidManifest.xml file instead of the main folder's AndroidManifest.xml🤦🤦

Finally your video saved me. Thanks a lot.

chanmeetsingh