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 was archived by the owner on Mar 16, 2019. It is now read-only.
The object keys are there yet they are undefined when using the wrapped version. I am on RN 0.44 and rnfb 0.10.5. It is working fine though on rnfb fetch. using android simulator (does it matter)?
const Fetch = RNFetchBlob.polyfill.Fetch
window.fetch = new Fetch({}).build()
also how do you do formData on the rnfb fetch implementation, since I cant access the functions using the wrapper.