Giter Club home page Giter Club logo

Comments (4)

brianinator avatar brianinator commented on June 9, 2024

I experience similar issue. A colleague added to build.gradle the following:

subprojects { project ->
  if (['react-native-fetch-blob'].any {
    project.name.contains(it)
  }) {
    buildscript {
      repositories {
        maven { url "https://dl.bintray.com/android/android-tools/" }
      }
    }
  }
}

This helped however then we ran into issue with react-native-firebase library. I'm still trying to track down the root cause with this one.

from react-native-fetch-blob.

nicodeslandes avatar nicodeslandes commented on June 9, 2024

I think we're hitting this issue that also happened on react-native-svg: software-mansion/react-native-svg#868
Basically some packages got removed from the jcenter repository.
Their fix was to add the google() repo, and upgrade to gradle 3.2.1.

Could that be done for this package as well?

Here's the PR from the react-native-svg package: software-mansion/react-native-svg#869

from react-native-fetch-blob.

salmaWB avatar salmaWB commented on June 9, 2024

Their fix was to add the google() repo, and upgrade to gradle 3.2.1

We tried that but alas, ran into issues further down the pipeline.

from react-native-fetch-blob.

jershell avatar jershell commented on June 9, 2024

Same trouble morenoh149/react-native-contacts#340

from react-native-fetch-blob.

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.