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.