Code Monkey home page Code Monkey logo

Comments (7)

RonRadtke avatar RonRadtke commented on July 20, 2024 9

Please check if you are also using rn-fetch-blob. Especially if you're using e.g. react-native-pd, which migrated to this lib here, you will get such errors. It is fixable by removing rn-fetch-blob

from react-native-blob-util.

abhi-amci avatar abhi-amci commented on July 20, 2024 1

Yes, I removed rn-fetch-blob and it's working now. Thanks @RonRadtke!

from react-native-blob-util.

Anujmoglix avatar Anujmoglix commented on July 20, 2024

ok but I don't want to remove it because I am using that library. Now what to do ?

from react-native-blob-util.

RonRadtke avatar RonRadtke commented on July 20, 2024

Both at once doesn't work.
The only possibility would be to rename all duplicates in one of both libs.

from react-native-blob-util.

anoopbk1989 avatar anoopbk1989 commented on July 20, 2024

In Xcode, below your ProjectName, you have Pods. Click on Pods, and you will get list of components under TARGETS. Go to Build settings of both the components(react-native-blob-util and rn-fetch-blob) and set No Common Blocks=No

from react-native-blob-util.

ankitk-nimblechapps avatar ankitk-nimblechapps commented on July 20, 2024

@anoopbk1989 it is Not working.

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.