OkHttpClient okHttpClient = new OkHttpClient.Builder() .proxy(Proxy.NO_PROXY) .build();Request request = new Request.Builder() .url("https://stackoverflow.com/questions/ask") .build();
How does the above code use react-native fetch api
?
i need use proxy(Proxy.NO_PROXY)