Code Monkey home page Code Monkey logo

Comments (7)

kvo1 avatar kvo1 commented on July 20, 2024 4

@RonRadtke
I also got same issue. Followed the instruction in 6.4.0 but no luck at all.

Downgraded back to 6.2.2 and using rn-fetch-blob work.

from react-native-blob-util.

kvo1 avatar kvo1 commented on July 20, 2024 2

@RonRadtke -- I removed rb-fetch-blob manually and it works for me too. Thanks!

from react-native-blob-util.

DonBranson avatar DonBranson commented on July 20, 2024 1

@RonRadtke That fixed it. Thanks for your quick, helpful response!

from react-native-blob-util.

RonRadtke avatar RonRadtke commented on July 20, 2024

The best way is to update react-native-pdf.
React-native-pdf got already updated to use this library here, instead of the old unmaintained.
Please update to the latest version of react-native-pdf to fix the problem. (https://github.com/wonday/react-native-pdf/releases/tag/v6.4.0)

from react-native-blob-util.

RonRadtke avatar RonRadtke commented on July 20, 2024

Did you uninstall rn-fetch-blob manually? Most likely you installed it manually and will have to uninstall it manually too. And afterwards try a clean build, it should fix the issue.
If not, please check if any other lib is liking to it.

from react-native-blob-util.

DonBranson avatar DonBranson commented on July 20, 2024

The best way is to update react-native-pdf. React-native-pdf got already updated to use this library here, instead of the old unmaintained. Please update to the latest version of react-native-pdf to fix the problem. (https://github.com/wonday/react-native-pdf/releases/tag/v6.4.0)

I tried that first, and it didn't work, so I probably did it wrong. :) I'll have another look.

from react-native-blob-util.

ManosChr avatar ManosChr commented on July 20, 2024

Before deleting rn-fetch-blob, you need to search for other package dependencies, otherwise it will be deleted from package.json file but not from node_modules folder.
1. Press npm list --depth=2 at project root folder and search for packages with dependency on rn-fetch-blob
2. In my case was redux-persist-filesystem-storage
3. Update redux-persist-filesystem-storage to latest version which depends on react-native-blob-util
4. npm uninstall rn-fetch-blob

from react-native-blob-util.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.