This is a strange problem, and I have not encountered it before. All accesses are checked and the debug version works perfectly without problems. Manifest internet access its ok . only and only after release react native app cant access internet with fetch .
Asked
Active
Viewed 3,671 times
2
-
Are you using a proxy? – Anderson Rissardi May 24 '19 at 20:33
-
no proxy ...... – bnnoor May 24 '19 at 20:35
-
iOS, Android, or both? – Danny Buonocore May 24 '19 at 21:32
-
android......... – bnnoor May 25 '19 at 04:21
2 Answers
3
You have to use SSL (https
protocol) for API/URL. Http is only for debugging your application on the emulator, but in a release mode, you must use https
for URLs.

Milad Jafari
- 1,135
- 1
- 11
- 28