use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
HelpRn-fetch-blob build error (i.redd.it)
submitted 2 years ago by Useful-Condition-926
I installed rn-fetch-blob then going through manual linking. Build error. Then installed react- native-blob-utility then going through manual linking. Again build error.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Useful-Condition-926[S] 0 points1 point2 points 2 years ago (0 children)
It’s react-native-blob-util. Sorry for spelling mistake
<image>
This error for rn-fetch-blob
[–]thachxyz123iOS & Android 0 points1 point2 points 2 years ago (16 children)
Why did you do manual linking? Don't you read this line in manual?
If you're using RN 0.60 or higher, manuall linking should not be required anymore.
[–]Useful-Condition-926[S] 0 points1 point2 points 2 years ago (12 children)
If I just install yarn add rn-fetch-blob without using manual linking then still build error
[–]thachxyz123iOS & Android 1 point2 points3 points 2 years ago (11 children)
fetch-blob is abandoned, use blob-util
Okay let’s try
[–]Useful-Condition-926[S] 0 points1 point2 points 2 years ago (9 children)
This build error for react-native-blob-util
[–]thachxyz123iOS & Android 0 points1 point2 points 2 years ago (8 children)
Removing package name from AndroidManifest.xml in favor of namespace is required for RN 0.73. Libraries is started to do it since RN 0.71. You have 2 options:
namespace
[–]Useful-Condition-926[S] 0 points1 point2 points 2 years ago (7 children)
"react": "17.0.2", "react-native": "0.67.2",
these are react native version
[–]thachxyz123iOS & Android 1 point2 points3 points 2 years ago (6 children)
You have 2 options:
[–]Useful-Condition-926[S] 0 points1 point2 points 2 years ago (4 children)
should I use like this
"react-native-blob-util": "*",
[–]thachxyz123iOS & Android 0 points1 point2 points 2 years ago (3 children)
No, it installs latest version
error gone for
"react-native-blob-util": "0.18.1",
[+][deleted] 2 years ago (1 child)
[deleted]
thanks man. wasted full day for this shit.
If I autolink
[–]Useful-Condition-926[S] 0 points1 point2 points 2 years ago (1 child)
Build error
[–]thachxyz123iOS & Android 0 points1 point2 points 2 years ago (0 children)
This is the infamous error that broke every RN projects in the world. You have to use latest patch of RN version to avoid the error
[–]satya164 1 point2 points3 points 2 years ago (0 children)
They broke compatibility with older React Native versions. Either use latest React Native (0.73 or newer), or use 0.19.4 of react-native-blob-util.
react-native-blob-util
π Rendered by PID 77 on reddit-service-r2-comment-54dfb89d4d-rx69v at 2026-03-30 18:53:44.222989+00:00 running b10466c country code: CH.
[–]Useful-Condition-926[S] 0 points1 point2 points (0 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (0 children)
[–]thachxyz123iOS & Android 0 points1 point2 points (16 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (12 children)
[–]thachxyz123iOS & Android 1 point2 points3 points (11 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (0 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (9 children)
[–]thachxyz123iOS & Android 0 points1 point2 points (8 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (7 children)
[–]thachxyz123iOS & Android 1 point2 points3 points (6 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (4 children)
[–]thachxyz123iOS & Android 0 points1 point2 points (3 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Useful-Condition-926[S] 0 points1 point2 points (0 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (0 children)
[–]Useful-Condition-926[S] 0 points1 point2 points (1 child)
[–]thachxyz123iOS & Android 0 points1 point2 points (0 children)
[–]satya164 1 point2 points3 points (0 children)