Please I am kind of new to asking questions so bear with me.
I am currently working on a react native (0.56) project that communicates with a laravel API(https). So when I tested it on an android device (6.0 and 5.0) the request was successful but unfortunately testing it on android 7.0 keeps showing the same error network request failed
. I have tried the solution that was proposed here but still no changes. Please any suggestion would be really helpful.
Asked
Active
Viewed 300 times
0

Samuel Omole
- 185
- 1
- 7
1 Answers
0
As in the answers here, there is a bug in 7.0 version of Android. Which solution did you tried ?

Anis D
- 761
- 11
- 25
-
i tried [this](https://stackoverflow.com/questions/39133437/sslhandshakeexception-handshake-failed-on-android-n-7-0) – Samuel Omole Aug 03 '18 at 15:44
-
Do you know the IP adress of your server ? If so, try to use it instead of localhost. – Anis D Aug 03 '18 at 16:17
-
I am not using locahost, the server has been deployed and i have also tried to access it from its IP and it isn't working – Samuel Omole Aug 03 '18 at 16:27