You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using onPress() to get details, the request status stays in opened status (i.e. request.readyState === 1 for all the time).
If I use same url with cur -X url, then it works correctly, returning right result. Is there any bug with onPress() function?
Additional context
Library Version: [e.g. 1.4.2]
React Native Version: [e.g. 0.62.2]
iOS
Android
Web
If you are using expo please indicate here:
I am using expo
Add any other context about the problem here, screenshots etc
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
onPress()
to get details, the request status stays in opened status (i.e.request.readyState === 1
for all the time).If I use same url with
cur -X url
, then it works correctly, returning right result. Is there any bug withonPress()
function?Additional context
Library Version: [e.g. 1.4.2]
React Native Version: [e.g. 0.62.2]
iOS
Android
Web
If you are using expo please indicate here:
Add any other context about the problem here, screenshots etc
The text was updated successfully, but these errors were encountered: