This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
“RNFetchBlob.fetch is not a function” #58
Comments
The problem was I was importing the package wrong. I was importing it with: When it should have been: I forgot the ".default". |
@Larney11 , Thank you for point out this problem, though the problem has been solved, others who does not using ES6 may still run into the same situation. I'll put related informations to Trouble Shooting page for reference. It is also considerable to change the way module is exported if possible, I'' open an issue for this. Again, thank you for your information, please feel free to get back to here for further assistance 👍 |
Closed
ieschalier
pushed a commit
to ieschalier/react-native-fetch-blob
that referenced
this issue
Jun 26, 2018
Bug Fix Branch 0.10.9 "...exposed beyond app through Intent.getData() " at Android N
julian-becker
pushed a commit
to julian-becker/react-native-fetch-blob
that referenced
this issue
Mar 30, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I keep receiving the error “RNFetchBlob.fetch is not a function”.
I put a more detailed description of the error on StackOverflow if anyone cares to take a look. Thanks.
The text was updated successfully, but these errors were encountered: