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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Hello, not sure if this is not expo client related. Trying to use Fetch with my expo react native project.
When using in one of my components I get an error below. The problem doesn't appear when turning remoteJS debug on in expo.
I'm using a standard <Fetch> with data/failed/fetching props. Importing via import { Fetch } from 'react-request' v. 2.0.3
undefined is not an object (evaluating 'globalObj.AbortSignal')
Hello, not sure if this is not expo client related. Trying to use Fetch with my expo react native project.
When using in one of my components I get an error below. The problem doesn't appear when turning remoteJS debug on in expo.
I'm using a standard
<Fetch>
with data/failed/fetching props. Importing viaimport { Fetch } from 'react-request'
v. 2.0.3The text was updated successfully, but these errors were encountered: