sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Fixed Get component #31

Closed BysahaOleh closed 3 years ago

BysahaOleh commented 5 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

sheaivey commented 3 years ago

Good find. I have addressed this with the following commit 195a042 and it will be available in the next release.