React Native App , android api not working in release


you need to add android:usesCleartextTraffic="true" inside the application tag in the AndroidManifest.xml .

Did you find this article useful?