Closed BysahaOleh closed 3 years ago
Platform: React Native OS: IOS, Android
If I use <Get/> component I get a timeout error. But if I use the Axios instance from the context - everything work. It because If to set 'data' field to the config of the GET request - request returns the timeout error
<Get/>
GET
Good find. I have addressed this with the following commit 195a042 and it will be available in the next release.
Platform: React Native OS: IOS, Android
If I use
<Get/>
component I get a timeout error. But if I use the Axios instance from the context - everything work. It because If to set 'data' field to the config of theGET
request - request returns the timeout error