-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove rn-fetch-blob #578
Remove rn-fetch-blob #578
Conversation
@Serra19 |
have you tested it and not crashing? |
Yes, in fact, we're using this PR on our production app (android and ios) and it's working fine. |
Looking forward for this too. :) |
Shouldn't the readme also be updated to indicate the new package to install instead of Also, any ideas why |
Did you solve this problem with |
Yes, readme file also should be updated @Serra19 |
I've updated the readme file and the react-native-blob-util version for the example. PD: Sorry for my late response! 🙏 |
There is a bit of urgency to this fix as rn-fetch-blob is using HostNameVerifier in such a way that the Google Play Store is blocking apps that are using it. Any news on when this fix will be released? |
You can use this PR in package.json |
@wonday Would you mind merging this PR? |
And while at it, bump major version and release on npm. I know its possible to specify git targets in package.json, but a new release is overdue. |
mind to share how you did this? really need to get this working, i have something like this but still not working
|
@imknight try this command |
you can try this:
|
Tanks all :-) |
As @imranMnts said on #575, rn-fetch-blob is unmaintained since september 2020 joltup/rn-fetch-blob#666 so I'm making this PR to change that library and use react-native-blob-util as @imranMnts suggested.
react-native-blob-util supports windows, so I think the try/catch on index.js:25 is not needed anymore, and the library can be imported normally.