-
Notifications
You must be signed in to change notification settings - Fork 135
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
Cannot read property 'rnfbEncode' of undefined, js engine: hermes #321
Comments
Hi @mMarcos208 I think the issue is with package version, I also stumbled on the same error. So, I downgraded the version to |
I have the same issue, reverting back to 0.19.4 solved it for now |
Comment the two line(273, 274) in fetch.js
|
This method worked for me, thank you. However, I didn't understand why such a change was made in the package; the commit messages were not explanatory. |
Hi @mMarcos208, I have fixed this issue by wrapping the path with path: ReactNativeBlobUtil.wrap(filePath) ` export const options = (name: string, extension = 'pdf', notification = true) => { |
Any update? still facing this issue, and downgrading to 0.19.4 also doesn't resolve the issue |
This patch also fixed the issue for me, thanks! |
It work for me. |
It works for me. |
Can you tell me in which line this fails exactly? But to explain the changes. Just that seems like I missed something |
In my case it only happens on Android. The same code on iOS works fine. |
+1 seeing this issue. 0.19.4 fixes it for me as well. |
worked for me |
Downgrading from 0.19.6 to 0.19.4 fixed the error in my case. Thanks. |
Downgrade to 0.19.4 cause this error #204 |
@mMarcos208 @paskalov-aris @endrits079 Some more information to reproduce it would be great so you don't have to downgrade |
It's also worked for me. Thanks @Mohamed-Sheik-Ali |
@bhavdeep-pixer same question to you. |
Thanks solved my issue |
The file got downloaded but cannot locate it in the device file manager. It was downloaded to the internal app which is not visible. How can this be fixed, please? |
My code
"react-native": "0.72.7"
"react-native-blob-util": "^0.19.6",
The text was updated successfully, but these errors were encountered: