Skip to content

Tag: react-native

URLSearchParams with axios instance in react-native

I was attempting to send payload, and URLSearchParams through an API URL from my react-native application. I initialized an axios instance as, And from another component, I imported the axios instance, then, The payload contains the request body for the API. As stated in API docs, I have to send the filters t…