-
Notifications
You must be signed in to change notification settings - Fork 142
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
React-Native-Fetch-Blob is NOT being maintained #95
Comments
@yeswanth I built a version of this component that depends on ExpoKit. This new version contains a lot of improvements and bug fixes over this version. I'm thinking of super-seeding this version over the one that depends on React-Native-Fetch-Blob since I'm not using it anymore. What do you think? |
I'm not sure as I haven't used expo for building my app. I build and manage native dependencies on my own, both for Android and iOS. Can I use the new version just the same way as before? |
Hi @yeswanth , I'm using our react-native-fetch-blob repo in production now with: At least you can use it until fixes will be available on npm, or better fork it to your repo and put PRs or fixes that causing problems for your app. |
Master is broken cause of this I think.
either we fix package.json or update index.ts to not use the library |
@yeswanth I've added some more
Fabric:
Not tested well yet so use hash to be sure will not break anything. |
I switched to a caching component that depends on ExpoKit: https://github.com/wcandillon/react-native-expo-image-cache. You can read about it in more details at https://medium.com/@wcandillon/5-things-to-know-about-images-react-native-69be41d2a9ee |
For anybody interested, I dropped in react-native-fs in place of react-native-fetch-blob akmjenkins@ad999d2 |
Guys, just install the new renamed version of React-Native-Fetch-Blob: Now yo can work with this package. |
For those of us who don't use Expo/ExpoKit for various reasons, I forked this repo and fixed the dependency and published it in npm as
and import with:
@wcandillon thanks for your work on this project, it works great. I'm happy to help maintain it here or on the fork. |
Hi guys,
I have used this library(React-Native-Img-Cache) in my project and it's working well. However, this library has a dependency to React-Native-Fetch-Blob and that is a concern for me. React-Native-Fetch-Blob is NOT being maintained. They have issued RNFB MAINTAINER GONE MISSING notice. The reason this concerns me is because, I am facing a very critical bug, that causes my app crash as soon as the user opens the app (seen in few phones). This is fixed with this PR, but there is no one to merge this into master.
Can you guys step in and help them? Or do you have other suggestions?
The text was updated successfully, but these errors were encountered: