@siddhant124
I'm also seeing this on React Native 0.81.4.
Repro:
- Android 15: API requests work fine.
- Android 14 and lower: requests (fetch and axios) fail with
TypeError: Network request failed.
- iOS: works fine.
- Same backend and certs work from Postman / browser.
- INTERNET permission is declared.
- Reproduced on both emulator and physical devices.
- Tried
android:usesCleartextTraffic="true" and a network_security_config, no change.
This looks like a platform/version difference affecting RN's networking on older Android releases. Happy to provide logs or a minimal repro — please advise what would help debug/triage.
Originally posted by @thearvindgehlod in #53721
Originally posted by @thearvindgehlod in #53721