I want to use a proxy for the API calls.In package.json
I set the property "Proxy": "https://someapi.com"
, but this does not work. Is it possible to use a proxy in React Native?
↧
React Native proxy for API requests
↧