I was messing with the package trying to consume a login api in react native that I just made.
And I had problem where the response data from the request was an object that I sent in the request.
Im gonna send a printscreen instead of the actual code because of the log:
(I setup a requestTransform to throw an exception on !response.ok)
I was messing with the package trying to consume a login api in react native that I just made. And I had problem where the response data from the request was an object that I sent in the request.
Im gonna send a printscreen instead of the actual code because of the log: (I setup a requestTransform to throw an exception on !response.ok)
And I can tell it is working:
Hope you guys can help me out