Skip to content

Commit 6fdbc77

Browse files
authored
chore: update alternative libraries
react-native-blob-util is the supported fork of the deprecated rn-fetch-blob. Closes #40
1 parent 8f3c06c commit 6fdbc77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ and latest best practices. For a more established library, consider:
183183

184184
- [expo-file-system](https://docs.expo.io/versions/latest/sdk/filesystem/)
185185
- Well supported, a good option if already using Expo.
186-
- [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob)
187-
- Popular, and often a dependency of other libraries.
188-
- Officially unmaintained, with known bugs.
186+
- [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util)
187+
- Often a dependency of other libraries.
188+
- Forked from, and compatible with, the popular but deprecated [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob).
189189
- [react-native-fs](https://github.com/itinance/react-native-fs)
190190
- Large feature set.
191191
- Low maintenance, aging codebase.

0 commit comments

Comments
 (0)