-
Notifications
You must be signed in to change notification settings - Fork 130
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
TypeError: null is not an object #33
Comments
Same thing here, any progress? |
are you using expo or a plain simple react-native project? |
It is an expo based project, but I already ejected |
in my case this is not an expo project, it is a plain simple react-native project |
@RonRadtke Do we have any update? |
Sadly not. So far I am still failing in reproducing the problem on my devices / machines. Could you please try to run a gradlew clean and also clean npm modules / reinstall them? It sounds like something is off when trying to load the reacht-native-blob-util. |
I actually managed to get this error now once too. |
@RonRadtke I am still facing this issue, reinstalling node_modules did not work for me, even tried npm start -- --reset-cache |
I was facing this problem with RN65, redux-persist-filesystem-storage 4.0.0, which uses react-native-blob-util 0.13.12. Manually removing 0.13.12 and |
I fixed sth that could cause it, so probably you got that fix now. |
I am facing issue in it "react-native-blob-util": "^0.13.16", |
This package is a dependency of Thank you! Edit: This is based on the advice above that version 0.13.16 resolves the problem. I just went ahead with the latest version instead ;) |
I'm also having the same issue with react-native-pdf 6.4 since they switch to react-native-blob-util from rn-fetch-blob. Any way to fix this? I've added the latest react-native-blob-util and still broke. |
According to [a blob-util issue](RonRadtke/react-native-blob-util#33), this will fix the crash I'm seeing due to this library's upgrade.
@CoreyBovalina If you're using
|
in addition to doing having it as an added package as well? when I tried doing this and it didn't fix it before: |
ok I tried with what you said and I get this: |
Facing this issues on react native: "0.66.1" |
|
Same problem, updated Android works fine but on iOS I get this error mentioned in the question: edit: Problem disappeared after updating RN to 0.67.1 |
For those who still face this issue, make sure you have linked the library in Podfile, and run |
Facing this same issues on how to make it work on expo |
You would have to eject your project since we are using native components |
env
os
: macOS 10.15.7mobile device
: Motorolla power one, running stock android10react-native-blob-util version
:0.13.7
react-native
: 0.61.5AndroidManifest.xml
code
error
Any idea where I might be going wrong?
The text was updated successfully, but these errors were encountered: