Hello guys i am developing a application in react native. Writng backend in node js, express js and realm. I have created api for google authentication. It works well in debug mode. But in release apk it doesn’t don’t. When i monitor the logs of api. While debug api request are send to the server. But in release apk it doesn’t. I refer many documente they suggest to use android:usesCleartext Traffic=”true” within application tag of my AndroidManifest.xml. But it doesn’t help. also i had use gradle clean, It also doesn’t work.
Make a api request successfully in react native Android app