1 year ago
#73384
Gabriel P.
React Native network failed on fetch when calling https
When calling an API running on another computer within the same network (fetch('https://192...
), with generated SSL certificate (not trusted) the call always fails with TypeError: Network call failed
I have tried NSAllowsArbitraryLoads
in Info.plist and it still doesn't work.
"react-native": "0.66.4"
Could not find a solution to make this work.
react-native
fetch-api
0 Answers
Your Answer